//
|
// ViewController.m
|
// camerademo
|
//
|
// Created by WindShan on 2017/2/21.
|
// Copyright © 2017年 WindShan. 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
|