EAELocation

Objective-C

@interface EAELocation : NSObject

@property (strong,nonatomic) EAEAdvertisement *ad;
@property (strong,nonatomic) EAELocationDetail *detail;
@property (strong,nonatomic) EAESkin *skin;

- (id) initDemoLocationForPartnerId: (NSString *) partnerId;
- (id) initLocationFromProfile: (EAEProfile *) profile;

@end

Swift

class EAELocation : NSObject

Undocumented