Skip to content
  • Projects
  • Groups
  • Snippets
  • Help

王卫 / YXBaseProject

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • YXBaseProject
  • YX_BaseProject
  • Classes
  • GLD_NetManager.h
  • 王卫's avatar
    rac集成 · 2aa3e6e4
    王卫 committed Oct 11, 2018
    2aa3e6e4
GLD_NetManager.h 285 Bytes
BlameHistoryPermalink
Edit
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
//
//  GLD_NetManager.h
//  YX_BaseProject
//
//  Created by yiyangkeji on 2018/3/26.
//  Copyright © 2018年 com.yxvzb. All rights reserved.
//


#import "GLD_NetworkAPIManager.h"

@interface GLD_NetManager : GLD_NetworkAPIManager

- (RACSignal *)home_netGet:(NSString *)str;


@end