blob: a10b7912eab43bc234b495b36ab151f714903d14 [file] [log] [blame]
@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