luxlabs header browser preview


@class NSString;

@interface CSComplicationLayoutElement : NSObject <NSCopying>

@property (readonly, copy, nonatomic) NSString *identifier;
@property (readonly, nonatomic) unsigned long long complicationFamily;
@property (readonly, nonatomic) struct CGSize { double width; double height; } size;
@property (readonly, nonatomic) long long gridWidth;

- (unsigned long long)hash;
- (void).cxx_destruct;
- (BOOL)isEqual:(id)a0;
- (id)copyWithZone:(struct _NSZone { } *)a0;
- (id)initWithIdentifier:(id)a0 complicationFamily:(unsigned long long)a1 size:(struct CGSize { double x0; double x1; })a2;

@end