2 // DeviceViewController.m
5 // Created by john on 11/18/12.
9 #import "DeviceViewController.h"
11 @interface DeviceViewController ()
15 @implementation DeviceViewController
17 - (id)initWithNibName:(NSString *)nibNameOrNil bundle:(NSBundle *)nibBundleOrNil
19 self = [super initWithNibName:nibNameOrNil bundle:nibBundleOrNil];
21 // Custom initialization
29 // Do any additional setup after loading the view.
32 - (void)didReceiveMemoryWarning
34 [super didReceiveMemoryWarning];
35 // Dispose of any resources that can be recreated.