00001 // 00002 // JDGoToSettingViewController.h 00003 // Augmented Reality Tractor Maintenance 00004 // 00005 // Created by Sang Han on 3/7/15. 00006 // Copyright (c) 2015 Intelligent Solutions Group. All rights reserved. 00007 // 00008 00009 #ifndef Augmented_Reality_Tractor_Maintenance_JDGoToSettingViewController_h 00010 #define Augmented_Reality_Tractor_Maintenance_JDGoToSettingViewController_h 00011 #import <UIKit/UIKit.h> 00012 00013 @interface JDGoToSettingViewController : UIViewController 00014 00015 -(IBAction)gotoSettingButton:(UIButton *)sender; 00016 -(void)gotoSetting; 00017 00018 @end 00019 00020 #endif