- //
- // RAPDFPageView.h
- // AntsContract
- //
- // Created by Ray on 12/16/16.
- // Copyright © 2016 United Software Applications, Inc. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface RAPDFPageView : UIView
- @property size_t pageIndex;
- @property CGPDFPageRef pageRef;
- @end
|