UIApplication+CheckFirstRun.h 332 Bytes
Newer Older
mei's avatar
mei committed
1 2
//
//  UIApplication+CheckFirstRun.h
mei's avatar
mei committed
3
//  XFFruit
mei's avatar
mei committed
4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
//
//  Created by Xummer on 3/26/15.
//  Copyright (c) 2015 Xummer. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface UIApplication (CheckFirstRun)

- (BOOL)isFirstRun;
- (BOOL)isFirstRunCurrentVersion;
- (void)setFirstRun;
- (void)setNotFirstRun;
- (float)version;

@end