mirror of
https://github.com/darlinghq/darling-cocotron.git
synced 2024-12-02 17:16:22 +00:00
10 lines
155 B
Objective-C
10 lines
155 B
Objective-C
#import <Foundation/Foundation.h>
|
|
|
|
@interface SBObject : NSObject {
|
|
NSDictionary *_properties;
|
|
}
|
|
|
|
-initWithProperties:(NSDictionary *)properties;
|
|
|
|
@end
|