luxlabs header browser preview


@interface USOIntNode : USOEntityNode {
    void *_usoIntNode;
}

- (id)initWithCppIntNode:(void *)a0;

@end