luxlabs header browser preview


@class UIImage, EKStructuredLocation;

@interface EKStructuredLocationWithImage : NSObject

@property (retain, nonatomic) EKStructuredLocation *location;
@property (retain, nonatomic) UIImage *image;

- (void).cxx_destruct;

@end