MJButton.h 267 B

12345678910111213141516
  1. //
  2. // MJButton.h
  3. //
  4. // Created by 123 on 2020/5/8.
  5. // Copyright © 2020 Vibration Fly. All rights reserved.
  6. //
  7. #import <UIKit/UIKit.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface MJButton : UIButton
  10. @property (nonatomic,assign) int typeBtn;
  11. @end
  12. NS_ASSUME_NONNULL_END