2
0
MasterPassword/MasterPassword/iOS/MPAppDelegate.h

17 lines
274 B
C
Raw Normal View History

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;
- (void)loadKey:(BOOL)animated;
2012-02-02 13:56:09 +00:00
2011-11-30 21:42:40 +00:00
@end