#import <UIKit/UIKit.h> /**专门给学车指南用的button */ @interface GDButton : UIButton -(void)setDetailText:(NSString*)str; @end