19 lines
466 B
Objective-C
19 lines
466 B
Objective-C
//
|
|
// EMASRest.h
|
|
// EMASRest
|
|
//
|
|
// Created by sky on 2020/6/11.
|
|
// Copyright © 2020 aliyun. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
#define ALICLOUD_EMAS_REST_IOS_SDK_VERSION @"11.1.1.2"
|
|
|
|
#import <EMASRest/EMASRestConfiguration.h>
|
|
#import <EMASRest/EMASRestCacheConfig.h>
|
|
#import <EMASRest/EMASRestManager.h>
|
|
#import <EMASRest/EMASRestManager.h>
|
|
#import <EMASRest/EMASRestSendService+MultiChannel.h>
|
|
#import <EMASRest/EMASRestSendService.h>
|