@class NSDictionary; @interface NRDeviceMiniStore : NSObject { NSDictionary *_store; } @property (class, readonly) BOOL supportsSecureCoding; - (void)encodeWithCoder:(id)a0; - (id)initWithStore:(id)a0; - (void).cxx_destruct; - (id)objectForKey:(id)a0; - (id)initWithCoder:(id)a0; - (id)fullStore; @end