luxlabs header browser preview


@class NSMutableDictionary;

@interface TVRMSPairingRecordStore : NSObject {
    NSMutableDictionary *_pairingRecords;
}

+ (id)sharedRecordStore;

- (id)init;
- (void)_synchronizePreferences;
- (void).cxx_destruct;
- (id)allPairingRecords;
- (id)pairedServiceNetworkNames;
- (id)pairingRecordForServiceWithNetworkName:(id)a0;
- (void)removePairingRecordForServiceWithNetworkName:(id)a0;
- (void)savePairingRecord:(id)a0 forServiceWithNetworkName:(id)a1;

@end