- //
- // MJButton.h
- //
- // Created by 123 on 2020/5/8.
- // Copyright © 2020 Vibration Fly. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface MJButton : UIButton
- @property (nonatomic,assign) int typeBtn;
- @end
- NS_ASSUME_NONNULL_END
|