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

28 lines
495 B
Objective-C

//
// ViewController.m
// MetadataGenerator
//
// Created by zen.isis on 26/11/2016.
// Copyright © 2016 ohtalk.me. All rights reserved.
//
#import "ViewController.h"
@interface ViewController ()
@end
@implementation ViewController
- (void)viewDidLoad {
[super viewDidLoad];
// Do any additional setup after loading the view, typically from a nib.
}
- (void)didReceiveMemoryWarning {
[super didReceiveMemoryWarning];
// Dispose of any resources that can be recreated.
}
@end