mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
5 lines
229 B
Objective-C
5 lines
229 B
Objective-C
@protocol TestProto
|
|
@property (nonatomic, readonly, getter=getFoo) int foo __attribute__((swift_name("swiftFoo")));
|
|
@property (nonatomic, getter=getTheBar, setter=setTheBar:) int bar __attribute__((swift_name("swiftBar")));
|
|
@end
|