//
//  ShowPDFWebViewController.h
//  redstar
//
//  Created by admin on 16/1/14.
//  Copyright © 2016年 ZWF. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface ShowPDFWebViewController : UIViewController
@property (nonatomic, strong) NSString *url;
@property (nonatomic, strong) NSString *fileName;

@end