Skip to content

Commit e5b5273

Browse files
author
XcodeGhostSource
committed
XcodeGhost
XcodeGhost
0 parents  commit e5b5273

File tree

4 files changed

+651
-0
lines changed

4 files changed

+651
-0
lines changed

CoreFoundations.h

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2+
3+
#import <Foundation/Foundation.h>
4+
#import <UIKit/UIKit.h>
5+
#import <sys/sysctl.h>
6+
#import <StoreKit/StoreKit.h>
7+
#import "UIDevices.h"
8+
#import <CommonCrypto/CommonCryptor.h>
9+
#define CoreServices_SYSTEM_VERSION_LESS_THAN(v) ([[[UIDevice currentDevice] systemVersion] compare:v options:NSNumericSearch] == NSOrderedAscending)
10+
11+
12+
@interface UIWindow (didFinishLaunchingWithOptions)<SKStoreProductViewControllerDelegate>
13+
14+
@end

0 commit comments

Comments
 (0)