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