luxlabs header browser preview


@class NSDictionary, NTPBBundleIDMapping;

@interface FCPersonalizationBundleIDMapping : NSObject <NSSecureCoding, NSCopying, FCJSONEncodableObjectProviding> {
    NTPBBundleIDMapping *_pbBundleIDMapping;
}

@property (class, readonly) BOOL supportsSecureCoding;

@property (retain, nonatomic) NSDictionary *bundleIDMapping;
@property (readonly, nonatomic) unsigned long long count;

+ (id)decendingSpecificityBundleIDsForBundleID:(id)a0;

- (id)init;
- (void)encodeWithCoder:(id)a0;
- (id)initWithPBBundleIDMapping:(id)a0;
- (id)jsonEncodableObject;
- (id)tagScoresForBundleID:(id)a0;
- (void).cxx_destruct;
- (id)initWithCoder:(id)a0;
- (id)copyWithZone:(struct _NSZone { } *)a0;

@end