1234567891011121314151617181920212223 |
- #import <UIKit/UIKit.h>
- #import "Masonry.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface PDFHeaderFooterSettingView : UIView
- @property (nonatomic,strong) UILabel *settinigLabel;
- @property (nonatomic,strong) UIButton *addButton;
- @property (nonatomic,strong) UIButton *deleteButton;
- - (void)setText;
- @end
- NS_ASSUME_NONNULL_END
|