/**这是一个图片会旋转的btn。 */ #import <UIKit/UIKit.h> @interface TRButton : UIButton @property(nonatomic,copy)NSString* imgN; -(void)makeAnimate; @end