mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
7 lines
285 B
Objective-C
7 lines
285 B
Objective-C
#import <Foundation/Foundation.h>
|
|
|
|
void noescapeBlock(__attribute__((noescape)) void (^block)(void));
|
|
void noescapeBlock3(__attribute__((noescape)) void (^block)(NSString *s),
|
|
__attribute__((noescape)) void (^block2)(NSString *s),
|
|
NSString *f);
|