blob: 718d7c0ed1d86b5b99531d90c5e2856b16889efd [file] [log] [blame]
@import Foundation;
@interface ClassWithBlockProperty : NSObject
@property (readwrite, nullable) void (^block)(NSString * _Nullable string);
@property (readwrite, nullable) void (^dependentBlock)(NSString * _Nullable string);
@end