Inherits from NSObject
Declared in PFShelterRecord.h
PFShelterRecord.m

Tasks

Other Methods

Other Methods

Properties

address1

@property (nonatomic, strong) NSString *address1

address2

@property (nonatomic, strong) NSString *address2

city

@property (nonatomic, strong) NSString *city

country

@property (nonatomic, strong) NSString *country

email

@property (nonatomic, strong) NSString *email

fax

@property (nonatomic, strong) NSString *fax

latitude

@property (nonatomic, strong) NSNumber *latitude

longitude

@property (nonatomic, strong) NSNumber *longitude

name

@property (nonatomic, strong) NSString *name

phone

@property (nonatomic, strong) NSString *phone

shelterID

@property (nonatomic, strong) PFShelterIDType *shelterID

state

@property (nonatomic, strong) NSString *state

zip

@property (nonatomic, strong) NSString *zip

Class Methods

shelterRecordFromDictionary:

+ (instancetype)shelterRecordFromDictionary:(NSDictionary *)shelterDict

Instance Methods

initWithDict:

- (id)initWithDict:(NSDictionary *)shelterDict