luxlabs header browser preview


@interface CBALSHotspotLocation : NSObject

@property (nonatomic) float x;
@property (nonatomic) float y;

- (id)description;

@end