2012-10-31 02:54:34 +00:00
|
|
|
//
|
2012-11-01 14:55:11 +00:00
|
|
|
// MPMacConfig.h
|
2012-10-31 02:54:34 +00:00
|
|
|
// MasterPassword
|
|
|
|
//
|
|
|
|
// Created by Maarten Billemont on 02/01/12.
|
|
|
|
// Copyright (c) 2012 Lyndir. All rights reserved.
|
|
|
|
//
|
|
|
|
|
|
|
|
#import "MPConfig.h"
|
|
|
|
|
|
|
|
@interface MPMacConfig : MPConfig
|
|
|
|
|
2013-04-20 18:11:19 +00:00
|
|
|
@property(nonatomic, retain) NSString *usedUserName;
|
2016-04-17 23:30:06 +00:00
|
|
|
@property(nonatomic, retain) NSNumber *fullScreen;
|
2012-11-01 14:55:11 +00:00
|
|
|
|
2012-10-31 02:54:34 +00:00
|
|
|
@end
|