2
0

17 lines
274 B
C
Raw Normal View History

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