luxlabs header browser preview


@interface IXAppRemovabilityMetadata : NSObject <NSCopying>

@property (readonly, nonatomic) unsigned long long removability;
@property (readonly, nonatomic) unsigned long long client;

- (id)initWithMetadataDictionary:(id)a0;
- (unsigned long long)hash;
- (id)initWithRemovability:(unsigned long long)a0 client:(unsigned long long)a1;
- (id)description;
- (id)dictionaryRepresentation;
- (BOOL)isEqual:(id)a0;
- (id)copyWithZone:(struct _NSZone { } *)a0;

@end