BBABaseAPIRequestOperationAsync.h
417 Bytes
//
// BBABaseAPIRequestOperation.h
// BBAPods-APIRequest
//
// Created by liumuye on 2017/9/22.
// Copyright © 2017年 Baidu. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "BBAAPIRequestOperation.h"
/**
* @class BBABaseAPIRequestOperationAsync
* @brief 网络门面的请求Operation, 异步Operation模型
*/
@interface BBABaseAPIRequestOperationAsync : BBAAPIRequestOperation
@end