GDButton.h 143 B

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