ChangbaDevs/KTVHTTPCache

'GCDAsyncSocket.h' file not found

RaulVan opened this issue · 0 comments

fix

#if __has_include(<CocoaAsyncSocket/GCDAsyncSocket.h>)
#import <CocoaAsyncSocket/GCDAsyncSocket.h>
#else
#import "GCDAsyncSocket.h"
#endif