//
// WMNetSecurityWorking.h
// Pods
//
// Created by licong on 11/19/15.
//
//
#import <Foundation/Foundation.h>
#import "AFHTTPSessionManager.h"
@interface WMNetSecurityWorking : AFHTTPSessionManager
+ (WMNetSecurityWorking *) sharedInstanceWithApiHost:(NSString *)apiHost;
@end
-
Thierry authored3cf509dd