mirror of
https://github.com/YTLitePlus/YTLitePlus.git
synced 2026-05-04 18:09:00 +00:00
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 |