2011-11-30 21:42:40 +00:00
|
|
|
//
|
2012-02-05 21:18:38 +00:00
|
|
|
// MPAppDelegate.h
|
2012-02-03 07:45:09 +00:00
|
|
|
// MasterPassword
|
2011-11-30 21:42:40 +00:00
|
|
|
//
|
|
|
|
// Created by Maarten Billemont on 24/11/11.
|
|
|
|
// Copyright (c) 2011 Lyndir. All rights reserved.
|
|
|
|
//
|
|
|
|
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
|
2012-02-27 22:38:28 +00:00
|
|
|
@interface MPAppDelegate : PearlAppDelegate
|
2011-11-30 21:42:40 +00:00
|
|
|
|
2012-02-02 13:56:09 +00:00
|
|
|
- (void)showGuide;
|
2012-03-05 21:19:05 +00:00
|
|
|
- (void)loadKey:(BOOL)animated;
|
2012-02-02 13:56:09 +00:00
|
|
|
|
2011-11-30 21:42:40 +00:00
|
|
|
@end
|