Inherits from NSObject
Declared in PFPetPhotoType.h
PFPetPhotoType.m

Tasks

Other Methods

Other Methods

Properties

identifier

@property (nonatomic, strong, readonly) NSNumber *identifier

imageURL

@property (nonatomic, strong, readonly) NSString *imageURL

size

@property (nonatomic, strong, readonly) NSString *size

Class Methods

fromDictionary:

+ (instancetype)fromDictionary:(NSDictionary *)dict

Instance Methods

initWithImageURL:imageID:andSize:

- (id)initWithImageURL:(NSString *)imageURL imageID:(NSNumber *)imageID andSize:(NSString *)size