16 lines
262 B
Objective-C
16 lines
262 B
Objective-C
//
|
|
// MPMacConfig.h
|
|
// MasterPassword
|
|
//
|
|
// Created by Maarten Billemont on 02/01/12.
|
|
// Copyright (c) 2012 Lyndir. All rights reserved.
|
|
//
|
|
|
|
#import "MPConfig.h"
|
|
|
|
@interface MPMacConfig : MPConfig
|
|
|
|
@property (nonatomic, retain) NSString *usedUserName;
|
|
|
|
@end
|