-
Notifications
You must be signed in to change notification settings - Fork 168
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
353 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
// | ||
// AwesomeCacheOSX.h | ||
// AwesomeCache | ||
// | ||
// Created by 北䑓 如法 on 16/2/19. | ||
// Copyright © 2016年 Alexander Schuch. All rights reserved. | ||
|
||
#ifndef AwesomeCacheOSX_h | ||
#define AwesomeCacheOSX_h | ||
|
||
|
||
#endif /* AwesomeCacheOSX_h */ | ||
|
||
#import <Cocoa/Cocoa.h> | ||
|
||
//! Project version number for AwesomeCache. | ||
FOUNDATION_EXPORT double AwesomeCacheVersionNumber; | ||
|
||
//! Project version string for AwesomeCache. | ||
FOUNDATION_EXPORT const unsigned char AwesomeCacheVersionString[]; | ||
|
||
// In this header, you should import all the public headers of your framework using statements like #import <AwesomeCache/PublicHeader.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
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
Oops, something went wrong.