6 lines
No EOL
173 B
Objective-C
6 lines
No EOL
173 B
Objective-C
#import <Foundation/Foundation.h>
|
|
|
|
@interface GIMBindingBuilder : NSObject
|
|
- (instancetype)bindType:(Class)typeClass;
|
|
- (instancetype)initializedWith:(id (^)(id))block;
|
|
@end |