luxlabs header browser preview


@interface CoreIDVShared.IdentityGesture : NSObject <NSSecureCoding> {
    void /* unknown type, empty encoding */ gesture;
    void /* unknown type, empty encoding */ type;
}

@property (class, nonatomic) BOOL supportsSecureCoding;

- (id)init;
- (void)encodeWithCoder:(id)a0;
- (id)initWithCoder:(id)a0;

@end