KTVHTTPCache
KTVHTTPCache copied to clipboard
'GCDAsyncSocket.h' file not found
fix
#if __has_include(<CocoaAsyncSocket/GCDAsyncSocket.h>)
#import <CocoaAsyncSocket/GCDAsyncSocket.h>
#else
#import "GCDAsyncSocket.h"
#endif