luxlabs header browser preview


@class LSApplicationIdentity;

@interface IPStateUpdateMessage : NSObject <NSCopying>

@property (readonly, nonatomic) unsigned long long type;
@property (readonly, nonatomic) LSApplicationIdentity *identity;

- (id)description;
- (void).cxx_destruct;
- (id)copyWithZone:(struct _NSZone { } *)a0;
- (id)XPCDictionaryRepresentation;
- (id)initWithType:(unsigned long long)a0 identity:(id)a1;
- (id)initWithXPCDictionaryRepresentation:(id)a0 error:(id *)a1;

@end