ContentPreviewController.h 319 B

1234567891011121314151617
  1. //
  2. // NewPhotoPreviewController.h
  3. // RA Image
  4. //
  5. // Created by Jack on 2017/6/14.
  6. // Copyright © 2017年 USAI. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface ContentPreviewController : UIViewController
  10. @property (nonatomic,strong) NSDictionary *content;
  11. - (void)setOffset:(NSUInteger)offset;
  12. @end