libPhoneNumber-iOS/MetadataGenerator/ViewController.h
Dave MacLachlan ee9ead6cab Standardize formatting across files using
clang-format -style=Google
2017-11-18 16:11:20 -08:00

14 lines
222 B
Objective-C

//
// ViewController.h
// MetadataGenerator
//
// Created by zen.isis on 26/11/2016.
// Copyright © 2016 ohtalk.me. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface ViewController : UIViewController
@end