luxlabs header browser preview


@class NSString;

@interface SAWeatherLocation : SALocation

@property (copy, nonatomic) NSString *locationId;

+ (id)location;
+ (id)locationWithDictionary:(id)a0 context:(id)a1;

- (id)groupIdentifier;
- (id)encodedClassName;

@end