luxlabs header browser preview


@class NSMutableDictionary, NSObject;
@protocol OS_dispatch_queue;

@interface NRSecureDevicePropertyStore : NSObject <NSSecureCoding, NSCopying> {
    NSMutableDictionary *_IDToProperty;
    NSMutableDictionary *_propertyToID;
    NSObject<OS_dispatch_queue> *_dirtyQueue;
}

@property (class, readonly) BOOL supportsSecureCoding;

@property (readonly, nonatomic) BOOL dirty;

+ (id)enclosedClassTypes;
+ (id)classTypes;

- (id)init;
- (void)encodeWithCoder:(id)a0;
- (void)forceImportSecureProperties:(id)a0;
- (id)securePropertyForID:(id)a0;
- (unsigned long long)count;
- (id)description;
- (id)storeSecureProperty:(id)a0;
- (id)allSecurePropertyIDs;
- (void).cxx_destruct;
- (void)removeSecureProperty:(id)a0;
- (id)objectForKeyedSubscript:(id)a0;
- (unsigned long long)countByEnumeratingWithState:(struct { unsigned long long x0; id *x1; unsigned long long *x2; unsigned long long x3[5]; } *)a0 objects:(id *)a1 count:(unsigned long long)a2;
- (id)initWithCoder:(id)a0;
- (id)copyWithZone:(struct _NSZone { } *)a0;
- (void)forceWriteSecurePropertyID:(id)a0 withValue:(id)a1;

@end