File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 8
8
// http://code.google.com/p/cocoaasyncsocket/
9
9
//
10
10
11
+ #if ! __has_feature(objc_arc)
12
+ #warning This file must be compiled with ARC. Use -fobjc-arc flag (or convert project to ARC).
13
+ #endif
14
+
11
15
#import " GCDAsyncUdpSocket.h"
12
16
13
17
#if TARGET_OS_IPHONE
Original file line number Diff line number Diff line change 8
8
// http://code.google.com/p/cocoaasyncsocket/
9
9
//
10
10
11
+ #if ! __has_feature(objc_arc)
12
+ #warning This file must be compiled with ARC. Use -fobjc-arc flag (or convert project to ARC).
13
+ #endif
14
+
11
15
#import " AsyncSocket.h"
12
16
#import < sys/socket.h>
13
17
#import < netinet/in.h>
Original file line number Diff line number Diff line change 8
8
// http://code.google.com/p/cocoaasyncsocket/
9
9
//
10
10
11
+ #if ! __has_feature(objc_arc)
12
+ #warning This file must be compiled with ARC. Use -fobjc-arc flag (or convert project to ARC).
13
+ #endif
14
+
11
15
#import " AsyncUdpSocket.h"
12
16
#import < sys/socket.h>
13
17
#import < netinet/in.h>
You can’t perform that action at this time.
0 commit comments