NSObject(AWS)
@interface NSObject (AWS)
- (NSDictionary *)aws_properties;
- (void)aws_copyPropertiesFromObject:(NSObject *)object;
@end
Undocumented
-
Undocumented
Declaration
Objective-C
- (NSDictionary *)aws_properties;Swift
func aws_properties() -> [AnyHashable : Any]! -
Undocumented
Declaration
Objective-C
- (void)aws_copyPropertiesFromObject:(NSObject *)object;Swift
func aws_copyProperties(from object: NSObject!)
View on GitHub
Install in Dash
NSObject(AWS) Category Reference