2012-10-30 22:54:34 -04:00
|
|
|
//
|
2012-11-01 10:55:11 -04:00
|
|
|
// MPMacConfig.h
|
2012-10-30 22:54:34 -04: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 14:11:19 -04:00
|
|
|
@property(nonatomic, retain) NSString *usedUserName;
|
2016-04-17 19:30:06 -04:00
|
|
|
@property(nonatomic, retain) NSNumber *fullScreen;
|
2012-11-01 10:55:11 -04:00
|
|
|
|
2012-10-30 22:54:34 -04:00
|
|
|
@end
|