aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/cpp/helloworld/cocoapods/HelloWorldCpp/ViewController.h
blob: b5e892cd746ef112377f6e4256fb603435b265cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//
//  ViewController.h
//  HelloWorldCpp
//
//  Created by Muxi Yan on 1/3/18.
//  Copyright © 2018 gRPC. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface ViewController : UIViewController


@end