luxlabs header browser preview


@interface _UIHIDEventDescriptor : NSObject <NSCopying> {
    unsigned int _eventType;
    unsigned long long _senderID;
    long long _usagePage;
    long long _usage;
}

- (id)init;
- (unsigned long long)hash;
- (id)description;
- (BOOL)isEqual:(id)a0;
- (id)copyWithZone:(struct _NSZone { } *)a0;

@end