| 12345678910111213141516171819 |
- //
- // HWUpdateView.h
- // HappyWork
- //
- // Created by 张晓光 on 2019/11/6.
- // Copyright © 2019 张晓光. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface HWUpdateView : UIView
- @property (nonatomic, strong) UIButton *doneBtn;
- @end
- NS_ASSUME_NONNULL_END
|