00001 // 00002 // JDAppInfoViewController.h 00003 // Augmented Reality Tractor Maintenance 00004 // 00005 // Created by Hildebrand, Tanner J on 10/26/14. 00006 // Copyright (c) 2014 Intelligent Solutions Group. All rights reserved. 00007 // 00008 00009 #ifndef Augmented_Reality_Tractor_Maintenance_JDDeleteVehicleViewController_h 00010 #define Augmented_Reality_Tractor_Maintenance_JDDeleteVehicleViewController_h 00011 00012 #import <UIKit/UIKit.h> 00013 00014 @interface JDDeleteVehicleViewController : UIViewController 00015 00016 -(void) updateTractor:(unsigned long)tractorNum; 00017 00018 @end 00019 00020 #endif