00001 // 00002 // JDVehicleTableCell.h 00003 // Augmented Reality Tractor Maintenance 00004 // 00005 // Created by Hildebrand, Tanner J on 11/30/14. 00006 // Copyright (c) 2014 Intelligent Solutions Group. All rights reserved. 00007 // 00008 00009 #ifndef Augmented_Reality_Tractor_Maintenance_JDConnectButton_h 00010 #define Augmented_Reality_Tractor_Maintenance_JDConnectButton_h 00011 00012 #import <UIKit/UIKit.h> 00013 00014 @interface JDConnectButton : UIButton 00015 00016 @property (nonatomic, strong) NSNumber *vehicleID; 00017 00018 @end 00019 00020 #endif