luxlabs header browser preview


@class NSMutableDictionary;

@interface REMResolutionTokenMap : NSObject <NSSecureCoding, NSCopying>

@property (class, readonly) BOOL supportsSecureCoding;

@property (retain, nonatomic) NSMutableDictionary *map;

+ (id)mapWithData:(id)a0;
+ (id)resolutionTokenMapWithJSONData:(id)a0 keyMap:(id)a1;

- (id)init;
- (void)encodeWithCoder:(id)a0;
- (id)archivedData;
- (void).cxx_destruct;
- (id)debugDescription;
- (BOOL)isEqual:(id)a0;
- (id)initWithCoder:(id)a0;
- (id)copyWithZone:(struct _NSZone { } *)a0;
- (id)initWithMap:(id)a0;
- (id)getTokenForKey:(id)a0;
- (long long)compare:(id)a0 forKey:(id)a1;
- (long long)compareAndMergeWithMap:(id)a0 forKey:(id)a1;
- (void)forceMergeFromMap:(id)a0 forKey:(id)a1;
- (id)getTokenKeys;
- (void)initTokenWithDefaultValueIfNecessaryForKey:(id)a0;
- (BOOL)mergeWithMap:(id)a0 forKey:(id)a1;
- (void)setToken:(id)a0 forKey:(id)a1;
- (void)updateForKey:(id)a0;

@end