AliyunTexture
@interface AliyunTexture : NSObject<NSCopying>
@property(nonatomic,assign) NSInteger nodeId;
@property(nonatomic,copy) NSString *name;
@property(nonatomic,copy) NSString *srcType;
+ (instancetype)initWithDictionary:(NSDictionary *)dic;
@end
Undocumented
-
Undocumented
Declaration
Objective-C
@property(nonatomic,assign) NSInteger nodeId
-
Undocumented
Declaration
Objective-C
@property(nonatomic,copy) NSString *name
-
Undocumented
Declaration
Objective-C
@property(nonatomic,copy) NSString *srcType
-
Undocumented
Declaration
Objective-C
+ (instancetype)initWithDictionary:(NSDictionary *)dic;