2
0
MasterPassword/OnePassword/OPConfig.h

18 lines
365 B
C
Raw Normal View History

//
// OPConfig.h
// OnePassword
//
// Created by Maarten Billemont on 02/01/12.
// Copyright (c) 2012 Lyndir. All rights reserved.
//
@interface OPConfig : Config
@property (nonatomic, retain) NSNumber *dataStoreError;
@property (nonatomic, retain) NSString *keyPhraseHash;
2012-01-16 08:51:08 +00:00
@property (nonatomic, retain) NSNumber *rememberKeyPhrase;
+ (OPConfig *)get;
@end