luxlabs header browser preview


@interface UARPTLVPersonalizationSuperBinaryAssetID : UARPMetaDataTLV16

@property (readonly) unsigned short assetID;

+ (unsigned int)tlvType;
+ (id)metaDataTableEntry;
+ (id)tlvFromPropertyListValue:(id)a0;
+ (id)tlvWithLength:(unsigned long long)a0 value:(void *)a1;

- (id)init;
- (id)description;
- (void)setAssetID:(unsigned short)a0;
- (id)generateTLV;
- (id)tlvValue;

@end