//// CaptuvoViewController.m// CaptuvoSDKDemo//// Created by PLUC SeniorDesign on 2/24/15.// Copyright (c) 2015 Anthony J. Carno. All rights reserved.//#import "CaptuvoViewController.h"@interfaceCaptuvoViewController()@end@implementationCaptuvoViewController-(void)viewDidLoad{[superviewDidLoad];// Do any additional setup after loading the view.[[CaptuvosharedCaptuvoDevice]addCaptuvoDelegate:self];}-(void)didReceiveMemoryWarning{[superdidReceiveMemoryWarning];// Dispose of any resources that can be recreated.[[CaptuvosharedCaptuvoDevice]removeCaptuvoDelegate:self];}/*#pragma mark - Navigation// In a storyboard-based application, you will often want to do a little preparation before navigation- (void)prepareForSegue:(UIStoryboardSegue *)segue sender:(id)sender { // Get the new view controller using [segue destinationViewController]. // Pass the selected object to the new view controller.}*/@end