mirror of
https://github.com/Moya/Moya.git
synced 2026-03-18 19:52:28 +00:00
15 lines
427 B
Objective-C
Executable File
15 lines
427 B
Objective-C
Executable File
//
|
|
// ReactiveMoya.h
|
|
// ReactiveMoya
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
//! Project version number for ReactiveMoya.
|
|
FOUNDATION_EXPORT double ReactiveMoyaVersionNumber;
|
|
|
|
//! Project version string for ReactiveMoya.
|
|
FOUNDATION_EXPORT const unsigned char ReactiveMoyaVersionString[];
|
|
|
|
// In this header, you should import all the public headers of your framework using statements like #import <ReactiveMoya/PublicHeader.h>
|