20 lines
304 B
Objective-C
Executable File
20 lines
304 B
Objective-C
Executable File
//
|
|
// JianBianButton.h
|
|
// MoHuanXingYu
|
|
//
|
|
// Created by 翟三美 on 2020/6/14.
|
|
// Copyright © 2020 MoHuanXingYu. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface JianBianButton : UIButton
|
|
|
|
-(void)setJianBianWithCGSize:(CGSize)size;
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|