Inherits from NSObject
Declared in PFPetRecordList.h
PFPetRecordList.m

Properties

lastOffset

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

pets

@property (nonatomic, strong, readonly) NSArray *pets

Class Methods

parseLastOffset:

+ (NSNumber *)parseLastOffset:(NSDictionary *)petDict

parsePets:

+ (NSArray *)parsePets:(NSDictionary *)petDict

petRecordListFromDictionary:

+ (instancetype)petRecordListFromDictionary:(NSDictionary *)petDict

Instance Methods

initWithPets:forLastOffset:

- (id)initWithPets:(NSArray *)pets forLastOffset:(NSNumber *)lastOffset