# Import <Foundation/Foundation. h>
# Import "Blog. h"
// Types
Typedef enum {
ConnectionTypeAsynchronously,
ConnectionTypeSynchronously
} ConnectionType;
@ Class Parser;
@ Protocol ParserDelegate <NSObject>
End
Bytes ------------------------------------------------------------------------------------------------------------------
# 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 --------') error
Excessive conflict
Delete one of the items.