mirror of
https://github.com/wu736139669/Ash_AWord.git
synced 2026-08-07 06:37:08 +00:00
16 lines
305 B
Objective-C
16 lines
305 B
Objective-C
//
|
|
// XiaoYuAPIClient.h
|
|
// iOSFramework
|
|
//
|
|
// Created by xmfish on 14-9-22.
|
|
// Copyright (c) 2014年 aDu. All rights reserved.
|
|
//
|
|
|
|
#import "AFHTTPRequestOperationManager.h"
|
|
|
|
@interface XiaoYuAPIClient : AFHTTPRequestOperationManager
|
|
|
|
+ (instancetype)sharedClient;
|
|
+ (NSString *)getApiBaseString;
|
|
@end
|