Blame view
testFrameWork/testFrameWork.h
470 Bytes
9230461db
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
// // testFrameWork.h // testFrameWork // // Created by Philip Tran on 3/3/17. // // #import <UIKit/UIKit.h> //! Project version number for testFrameWork. FOUNDATION_EXPORT double testFrameWorkVersionNumber; //! Project version string for testFrameWork. FOUNDATION_EXPORT const unsigned char testFrameWorkVersionString[]; // In this header, you should import all the public headers of your framework using statements like #import <testFrameWork/PublicHeader.h> |