2012-01-05 00:44:15 +00:00
|
|
|
//
|
2012-02-05 21:18:38 +00:00
|
|
|
// MPConfig.h
|
2012-02-03 07:45:09 +00:00
|
|
|
// MasterPassword
|
2012-01-05 00:44:15 +00:00
|
|
|
//
|
|
|
|
// Created by Maarten Billemont on 02/01/12.
|
|
|
|
// Copyright (c) 2012 Lyndir. All rights reserved.
|
|
|
|
//
|
|
|
|
|
2012-06-04 22:55:02 +00:00
|
|
|
#import "Pearl.h"
|
|
|
|
|
2012-02-27 22:38:28 +00:00
|
|
|
@interface MPConfig : PearlConfig
|
2012-01-05 00:44:15 +00:00
|
|
|
|
2013-04-20 18:11:19 +00:00
|
|
|
@property(nonatomic, retain) NSNumber *sendInfo;
|
|
|
|
@property(nonatomic, retain) NSNumber *rememberLogin;
|
2014-06-27 03:13:21 +00:00
|
|
|
@property(nonatomic, retain) NSNumber *hidePasswords;
|
2012-01-05 00:44:15 +00:00
|
|
|
|
2014-04-26 18:03:44 +00:00
|
|
|
@property(nonatomic, retain) NSNumber *checkInconsistency;
|
2012-05-11 20:45:05 +00:00
|
|
|
|
2014-07-28 22:53:50 +00:00
|
|
|
@property(nonatomic, strong) NSNumber *siteAttacker;
|
2014-07-26 05:26:33 +00:00
|
|
|
|
2012-01-05 00:44:15 +00:00
|
|
|
@end
|