RAPDFPageView.h 281 B

1234567891011121314
  1. //
  2. // RAPDFPageView.h
  3. // AntsContract
  4. //
  5. // Created by Ray on 12/16/16.
  6. // Copyright © 2016 United Software Applications, Inc. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface RAPDFPageView : UIView
  10. @property size_t pageIndex;
  11. @property CGPDFPageRef pageRef;
  12. @end