JXImageScrollVC.h 352 B

12345678910111213141516171819
  1. //
  2. // JXImageScrollVC.h
  3. // shiku_im
  4. //
  5. // Created by Apple on 16/3/14.
  6. // Copyright © 2016年 Reese. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface JXImageScrollVC : UIViewController
  10. @property (nonatomic,strong)JXImageView * iv;
  11. @property (nonatomic,strong)UIScrollView * scrollView;
  12. @property (nonatomic) CGSize imageSize;
  13. @end