GLD_NetManager.h 334 Bytes
//
//  GLD_NetManager.h
//  YX_BaseProject
//
//  Created by yiyangkeji on 2018/3/26.
//  Copyright © 2018年 com.yxvzb. All rights reserved.
//

#import <Foundation/Foundation.h>

#import "GLD_NetworkAPIManager.h"

@interface GLD_NetManager : NSObject
+ (void)home_netGet:(NSString *)str complete:(completionHandleBlock)block;
@end