aboutsummaryrefslogtreecommitdiff
path: root/VKPC/AppDelegate.h
blob: 8caab4ca32edc19122876f5ab597a7134a04a78c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//
//  AppDelegate.h
//  VKPC
//
//  Created by Eugene on 11/26/13.
//  Copyright (c) 2013-2014 Eugene Z. All rights reserved.
//

@interface AppDelegate : NSObject

+ (AppDelegate *)shared;
- (void)continueRunning;

@end