SSaveHeadViewVC.h 351 B

12345678910111213141516
  1. //
  2. // SSaveHeadViewVC.h
  3. // BuguLive
  4. //
  5. // Created by 丁凯 on 2017/7/18.
  6. // Copyright © 2017年 xfg. All rights reserved.
  7. //
  8. #import "BGBaseViewController.h"
  9. @interface SSaveHeadViewVC : BGBaseViewController
  10. @property (nonatomic, copy) NSURL *url;
  11. @property (nonatomic, strong) UIImageView *imgView;
  12. @end