Skip to content

Commit 98a355c

Browse files
author
Larry Tin
committed
import UIKit for GDDPBExtrasOption+FluentInterface
1 parent 3d4af0f commit 98a355c

5 files changed

Lines changed: 4 additions & 15 deletions

File tree

Example/Podfile.lock

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ PODS:
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

GDDataDrivenView/Classes/Service/GDDRpc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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

GDDataDrivenView/Classes/ViewControllerPresenter/GDDPBExtrasOption+FluentInterface.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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

GDDataDrivenView/Classes/ViewControllerPresenter/UIViewController+GDDataDrivenView.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
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;

GDDataDrivenView/Classes/ViewControllerPresenter/UIViewController+GDDataDrivenView.m

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
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"

0 commit comments

Comments
 (0)