17 lines
306 B
C
17 lines
306 B
C
|
//
|
||
|
// 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;
|
||
|
|
||
|
+ (OPConfig *)get;
|
||
|
|
||
|
@end
|