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_Networking
  • Helper
  • GLD_NetworkConfig.h
  • 王卫's avatar
    创建工程 · 874a6e94
    王卫 committed Mar 30, 2018
    874a6e94
GLD_NetworkConfig.h 335 Bytes
BlameHistoryPermalink
Edit
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
//
//  GLD_NetworkConfig.h
//  GLD_Networking
//
//  Created by yiyangkeji on 2017/6/28.
//  Copyright © 2017年 yiyangkeji. All rights reserved.
//

#ifndef GLD_NetworkConfig_h
#define GLD_NetworkConfig_h

typedef NS_ENUM(NSInteger, gld_networkRequestType) {
    gld_networkRequestTypeGET,
    gld_networkRequestTypePOST
};


#endif