luxlabs header browser preview


@interface DocumentUnderstanding.AutonamingModelFeatures : NSObject <NSCoding, NSCopying> {
    void /* unknown type, empty encoding */ annotation;
    void /* unknown type, empty encoding */ featureMap;
    void /* unknown type, empty encoding */ listFeatureMap;
    void /* unknown type, empty encoding */ groundTruthAvailable;
    void /* unknown type, empty encoding */ cooccurrenceKey;
}

- (id)init;
- (void)encodeWithCoder:(id)a0;
- (void).cxx_destruct;
- (id)initWithCoder:(id)a0;
- (id)copyWithZone:(void *)a0;

@end