Fix samples

pull/19704/head
Muxi Yan 5 years ago
parent dd2dc23d63
commit 68d6199443
  1. 2
      src/objective-c/examples/tvOS-sample/tvOS-sample/ViewController.m
  2. 2
      src/objective-c/examples/watchOS-sample/WatchKit-Extension/InterfaceController.m

@ -25,6 +25,8 @@
#import "src/objective-c/examples/RemoteTestClient/Messages.pbobjc.h"
#import "src/objective-c/examples/RemoteTestClient/Test.pbrpc.h"
#endif
#import <ProtoRPC/ProtoRPC.h>
#import <GRPCClient/GRPCCallOptions.h>
@interface ViewController ()<GRPCProtoResponseHandler>

@ -24,6 +24,8 @@
#import "src/objective-c/examples/RemoteTestClient/Messages.pbobjc.h"
#import "src/objective-c/examples/RemoteTestClient/Test.pbrpc.h"
#endif
#import <ProtoRPC/ProtoRPC.h>
#import <GRPCClient/GRPCCallOptions.h>
@interface InterfaceController ()<GRPCProtoResponseHandler>

Loading…
Cancel
Save