Files
2020-07-12 16:15:01 +09:00

19 lines
497 B
Objective-C

//
// ExampleFramework.h
// ExampleFramework
//
// Created by ryohey on 2020/07/12.
//
#import <Foundation/Foundation.h>
//! Project version number for ExampleFramework.
FOUNDATION_EXPORT double ExampleFrameworkVersionNumber;
//! Project version string for ExampleFramework.
FOUNDATION_EXPORT const unsigned char ExampleFrameworkVersionString[];
// In this header, you should import all the public headers of your framework using statements like #import <ExampleFramework/PublicHeader.h>