MGSaveHeadImgViewController.h 402 B

12345678910111213141516171819202122
  1. //
  2. // MGSaveHeadImgViewController.h
  3. // BuguLive
  4. //
  5. // Created by 宋晨光 on 2020/6/11.
  6. // Copyright © 2020 xfg. All rights reserved.
  7. //
  8. #import "BaseViewController.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface MGSaveHeadImgViewController : BaseViewController
  11. -(instancetype)initWithHeadImageWithImage:(UIImage *)image;
  12. @property(nonatomic, strong) UIImage *headImage;
  13. @end
  14. NS_ASSUME_NONNULL_END