forked from shaojiankui/JKCategories
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add frameworks header for onekey import
- Loading branch information
Jakey
committed
May 30, 2016
1 parent
b6416e0
commit 6ec1750
Showing
17 changed files
with
478 additions
and
103 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
// | ||
|
||
#import "RootViewController.h" | ||
|
||
#import "JKCategories.h" | ||
@interface RootViewController () | ||
|
||
@end | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
// | ||
// JKCategories.h | ||
// JKCategories | ||
// | ||
// Created by Jakey on 16/5/30. | ||
// Copyright © 2016年 www.skyfox.org. All rights reserved. | ||
// | ||
|
||
#ifndef JKCategories_h | ||
#define JKCategories_h | ||
|
||
#import "JKUIKit.h" | ||
#import "JKQuartzCore.h" | ||
#import "JKCoreData.h" | ||
#import "JKFoundation.h" | ||
#import "JKMapKit.h" | ||
#import "JKCoreLocation.h" | ||
|
||
#endif /* JKCategories_h */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
// | ||
// JKCoreData.h | ||
// JKCategories | ||
// | ||
// Created by Jakey on 16/5/29. | ||
// Copyright © 2016年 www.skyfox.org. All rights reserved. | ||
// | ||
|
||
#ifndef JKCoreData_h | ||
#define JKCoreData_h | ||
|
||
#import "NSFetchRequest+JKExtensions.h" | ||
#import "NSManagedObject+JKDictionary.h" | ||
#import "NSManagedObject+JKExtensions.h" | ||
#import "NSManagedObjectContext+JKExtensions.h" | ||
#import "NSManagedObjectContext+JKFetching.h" | ||
#import "NSManagedObjectContext+JKFetchRequestsConstructors.h" | ||
#import "NSManagedObjectContext+JKObjectClear.h" | ||
|
||
#endif /* JKCoreData_h */ |
Oops, something went wrong.