#import <Foundation/Foundation.h>
#import "Blog.h"
// Types
typedef enum {
ConnectionTypeAsynchronously,
ConnectionTypeSynchronously
} ConnectionType;
@class Parser;
@protocol ParserDelegate <NSObject>
end
------------------------------------------------------------------------------------------------------------------
#import <Foundation/Foundation.h>
#import "ASIHTTPRequest.h"
typedef enum {
DownloaderTypeUnknown,
DownloaderTypeData,
DownloaderTypeImage,
DownloaderTypeAudio,
DownloaderTypeVideo,
DownloaderTypeFile
} DownloaderType;
// Types
typedef enum {
ConnectionTypeAsynchronously,
ConnectionTypeSynchronously
} ConnectionType;
@class LRDHttpRequest;
@protocol LRDHttpRequestDelegate <NSObject>
end
error : typedef redefinition with different types (' ---ConnectionType----- ' vs '-----ConnectionType--------') 出錯
沖突 多余
刪除其中一項即可