//
//  PDFView.h
//  PDFViewTest
//
//  Created by Evan Lynn on 10-6-20.
//  Copyright 2010 Tera Age. All rights reserved.
//

#import <UIKit/UIKit.h>


@interface PDFView : UIView
@property(nonatomic) CGPDFDocumentRef pdf;
@property(nonatomic)CGPDFPageRef page;
@property(nonatomic,strong) NSArray*imgs;
-(void)reloadView;
@end
