mirror of
https://github.com/samsonjs/CacheCreek.git
synced 2026-03-25 09:05:53 +00:00
19 lines
481 B
Objective-C
19 lines
481 B
Objective-C
//
|
|
// CacheIsKing-iOS.h
|
|
// CacheIsKing-iOS
|
|
//
|
|
// Created by Christopher Luu on 1/26/16.
|
|
//
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
//! Project version number for CacheIsKing-iOS.
|
|
FOUNDATION_EXPORT double CacheIsKingVersionNumber;
|
|
|
|
//! Project version string for CacheIsKing-iOS.
|
|
FOUNDATION_EXPORT const unsigned char CacheIsKingVersionString[];
|
|
|
|
// In this header, you should import all the public headers of your framework using statements like #import <CacheIsKing_iOS/PublicHeader.h>
|
|
|
|
|