File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 - GDDataDrivenView/ViewControllerPresenter (= 0.1.0)
1919 - GDDataDrivenView/Generated (0.1.0):
2020 - Protobuf (~> 3.0)
21- - GDDataDrivenView/Model (0.1.0):
22- - Protobuf (~> 3.0)
21+ - GDDataDrivenView/Model (0.1.0)
2322 - GDDataDrivenView/MVP (0.1.0)
2423 - GDDataDrivenView/RenderPresenter (0.1.0):
2524 - GDChannel (~> 0.6)
@@ -60,7 +59,7 @@ SPEC CHECKSUMS:
6059 Expecta+Snapshots: c343f410c7a6392f3e22e78f94c44b6c0749a516
6160 FBSnapshotTestCase: 4607968e0dfa1e2772ec0d0098354f8b870c5753
6261 GDChannel: e26b61a1f156eb4b657516d80d90bdad2db46c56
63- GDDataDrivenView: d153713e54105c682d3f7fcf6847f6d2071a250e
62+ GDDataDrivenView: 5771b14137b23e19c7cdecdd078ebf8ab7aa2478
6463 Mantle: bc40bb061d8c2c6fb48d5083e04d928c3b7f73d9
6564 MQTTKit: a4e6b8aa92db1aeae917d2b773fd72a7749937c4
6665 Protobuf: 6d10f661ec22108e47dea70446ec89e00584fd42
Original file line number Diff line number Diff line change 22
33@protocol GDDRpc
44
5- - (id <GDDRpc> (^)(void (^)(id response )))success ;
5+ - (id <GDDRpc> (^)(void (^)(id result )))success ;
66
77- (id <GDDRpc> (^)(void (^)(NSError *)))failure ;
88
Original file line number Diff line number Diff line change 22// Created by Larry Tin on 10/7/16.
33//
44
5- #import < Foundation/Foundation .h>
5+ #import < UIKit/UIKit .h>
66#import " GoodowExtrasOption.pbobjc.h"
77#import " GoodowBool.pbobjc.h"
88
Original file line number Diff line number Diff line change 1- //
2- // Created by Larry Tin on 16/9/7.
3- // Copyright (c) 2016 Tencent. All rights reserved.
4- //
5-
61#import < UIKit/UIKit.h>
72
83@class GDDPBViewOption;
Original file line number Diff line number Diff line change 1- //
2- // Created by Larry Tin on 16/9/7.
3- // Copyright (c) 2016 Tencent. All rights reserved.
4- //
5-
61#import < objc/runtime.h>
72#import " UIViewController+GDDataDrivenView.h"
83#import " GoodowExtrasOption.pbobjc.h"
You can’t perform that action at this time.
0 commit comments