Commit 265f9062 authored by jz's avatar jz

update

parent d654652d
......@@ -311,6 +311,6 @@ SPEC CHECKSUMS:
Weibo_SDK: 5a4d08f7e1fedbb635435e4585c8c0439c7da089
YYText: 5c461d709e24d55a182d1441c41dc639a18a4849
PODFILE CHECKSUM: 34e8c00df2f8a00e7c18c53513a536f05c1f7374
PODFILE CHECKSUM: f6246f874e1c9561c47b232c031f3a745819897e
COCOAPODS: 1.9.1
......@@ -8,7 +8,8 @@
#import <Foundation/Foundation.h>
#import "GMALNetworkMacros.h"
@import GMBase;
//#import <GMBase/GMObject.h>
//@import GMBase;
typedef NS_ENUM(NSInteger, GMRequestMethod) {
GMRequestMethodGET = 0,
GMRequestMethodPOST = 1,
......@@ -20,7 +21,7 @@ typedef NS_ENUM(NSInteger, GMRequestMethod) {
NS_ASSUME_NONNULL_BEGIN
@interface GMRequestObject : GMObject
@interface GMRequestObject : NSObject
@property (nonatomic, copy) NSString *offset;
@property (nonatomic, assign) NSInteger page;
......
......@@ -8,6 +8,7 @@
#import "GMToFaceNetworking.h"
#import "RequestHeader.h"
#import <GMKit/GMSafeValue.h>
@implementation GMToFaceNetworking
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment