luxlabs header browser preview


@class NSString;

@interface TRIFullMAAssetId : NSObject <NSCopying, NSSecureCoding>

@property (class, readonly) BOOL supportsSecureCoding;

@property (readonly, nonatomic) NSString *type;
@property (readonly, nonatomic) NSString *specifier;
@property (readonly, nonatomic) NSString *version;

+ (id)identWithType:(id)a0 specifier:(id)a1 version:(id)a2;

- (id)init;
- (unsigned long long)hash;
- (id)initWithType:(id)a0 specifier:(id)a1 version:(id)a2;
- (void)encodeWithCoder:(id)a0;
- (id)copyWithReplacementType:(id)a0;
- (id)copyWithReplacementSpecifier:(id)a0;
- (BOOL)isEqualToIdent:(id)a0;
- (id)description;
- (void).cxx_destruct;
- (BOOL)isEqual:(id)a0;
- (id)copyWithReplacementVersion:(id)a0;
- (id)initWithCoder:(id)a0;
- (id)copyWithZone:(struct _NSZone { } *)a0;

@end