@class NSString, NSURL, NSDictionary; @interface NENetworkPropertiesCache : NSObject { struct os_unfair_lock_s { unsigned int _os_unfair_lock_opaque; } lock; int _notifyToken; NSDictionary *_cache; } @property (class, readonly) NENetworkPropertiesCache *sharedCache; @property (retain, nonatomic) NSURL *cacheFileURL; @property (retain, nonatomic) NSString *keychainIdentifier; - (void)clear; - (id)init; - (void)rotateEncryptionKey; - (void)setProperties:(id)a0 forNetworkPath:(id)a1; - (id)copyPropertiesForNetworkPath:(id)a0; - (void).cxx_destruct; @end