// // JXImageScrollVC.h // shiku_im // // Created by Apple on 16/3/14. // Copyright © 2016年 Reese. All rights reserved. // #import @interface JXImageScrollVC : UIViewController @property (nonatomic,strong)JXImageView * iv; @property (nonatomic,strong)UIScrollView * scrollView; @property (nonatomic) CGSize imageSize; @end