HWUpdateView.h 298 B

12345678910111213141516171819
  1. //
  2. // HWUpdateView.h
  3. // HappyWork
  4. //
  5. // Created by 张晓光 on 2019/11/6.
  6. // Copyright © 2019 张晓光. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface HWUpdateView : UIView
  11. @property (nonatomic, strong) UIButton *doneBtn;
  12. @end
  13. NS_ASSUME_NONNULL_END