XHZoomingImageView.h 507 B

12345678910111213141516171819
  1. //
  2. // XHZoomingImageView.h
  3. // XHImageViewer
  4. //
  5. // Created by 曾 宪华 on 14-2-17.
  6. // Copyright (c) 2014年 曾宪华 开发团队(http://iyilunba.com ) 本人QQ:543413507 本人QQ群(142557668). All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface XHZoomingImageView : UIView
  10. @property (nonatomic, readonly) UIScrollView *scrollView;
  11. @property (nonatomic, strong) UIImageView *imageView;
  12. @property (nonatomic, strong) UIImage *image;
  13. @property (nonatomic, readonly) BOOL isViewing;
  14. @end