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