00001 // 00002 // JDTractorSelectCell.h 00003 // Augmented Reality Tractor Maintenance 00004 // 00005 // Created by Hildebrand, Tanner J on 11/29/14. 00006 // Copyright (c) 2014 Intelligent Solutions Group. All rights reserved. 00007 // 00008 00009 #ifndef Augmented_Reality_Tractor_Maintenance_JDTractorSelectCell_h 00010 #define Augmented_Reality_Tractor_Maintenance_JDTractorSelectCell_h 00011 00012 #import <UIKit/UIKit.h> 00013 00014 @interface JDTractorSelectCell : UICollectionViewCell 00015 00016 -(instancetype)init; 00017 -(void) setTractorText:(NSString *)tractorText; 00018 -(void) setImageName:(NSString *)imageName; 00019 00020 @end 00021 00022 #endif