Inherits from NSObject
Declared in PFPetVideoType.h
PFPetVideoType.m

Tasks

Other Methods

Other Methods

Extension Methods

Properties

identifier

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

imageURL

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

size

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

videoURL

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

Class Methods

fromDictionary:

+ (instancetype)fromDictionary:(NSDictionary *)dict

Instance Methods

initWithVideoURL:imageID:andSize:

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