mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
8 lines
145 B
Objective-C
8 lines
145 B
Objective-C
#include "Foundation.h"
|
|
|
|
@interface SomeObjCInterface
|
|
|
|
+ (void)perform:(long * _Nonnull)val f:(void (NS_NOESCAPE ^ _Nullable)(void))block;
|
|
|
|
@end
|