00001
00002
00003
00004
00005
00006
00007
00008
00009 #ifndef Augmented_Reality_Tractor_Maintenance_JDTractorSelectPopupView_h
00010 #define Augmented_Reality_Tractor_Maintenance_JDTractorSelectPopupView_h
00011
00012 #import <UIKit/UIKit.h>
00013 #import <QuartzCore/QuartzCore.h>
00014 #import "JDAppDelegate.h"
00015
00016 @interface JDTractorSelectPopupView : UIViewController <UICollectionViewDataSource, UICollectionViewDelegate>
00017
00019 @property (weak, nonatomic) IBOutlet UIView *popUpView;
00020
00021 - (void)showInView:(UIView *)aView animated:(BOOL)animated;
00022
00023 - (void)showInView:(UIView *)aView navController:(UINavigationController *)nav animated:(BOOL)animated;
00024
00025 - (void)showInView:(UIView *)aView navController:(UINavigationController *)nav withLabel:(UILabel *)label withImage:(UIImageView *)image animated:(BOOL)animated;
00026
00027 @end
00028
00029 #endif