// // SSaveHeadViewVC.h // BuguLive // // Created by 丁凯 on 2017/7/18. // Copyright © 2017年 xfg. All rights reserved. // #import "BGBaseViewController.h" @interface SSaveHeadViewVC : BGBaseViewController @property (nonatomic, copy) NSURL *url; @property (nonatomic, strong) UIImageView *imgView; @end