update
This commit is contained in:
27
Pods/CocoaDebug/Sources/Network/_HttpDatasource.h
generated
Executable file
27
Pods/CocoaDebug/Sources/Network/_HttpDatasource.h
generated
Executable file
@@ -0,0 +1,27 @@
|
||||
//
|
||||
// Example
|
||||
// man
|
||||
//
|
||||
// Created by man 11/11/2018.
|
||||
// Copyright © 2020 man. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
#import "_HttpModel.h"
|
||||
|
||||
@interface _HttpDatasource : NSObject
|
||||
|
||||
@property (nonatomic, strong) NSMutableArray<_HttpModel *> *httpModels;
|
||||
|
||||
+ (instancetype)shared;
|
||||
|
||||
///记录
|
||||
- (BOOL)addHttpRequset:(_HttpModel*)model;
|
||||
|
||||
///清空
|
||||
- (void)reset;
|
||||
|
||||
///删除
|
||||
- (void)remove:(_HttpModel *)model;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user