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