1//
2//  DeviceViewController.h
3//  Security
4//
5//  Created by john on 11/18/12.
6//
7//
8
9#import <UIKit/UIKit.h>
10
11@interface DeviceViewController : UIViewController
12
13@end
14