1234567891011121314151617181920 |
- //
- // TRDetailVC.h
- // jiaPei
- //
- // Created by apple on 15/12/24.
- // Copyright © 2015年 JCZ. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface TRDetailVC : UIViewController
- @property(nonatomic,strong)NSString* file;
- @end
- /**
- html。不要加后缀。直接来即可。
- 根据该名字。设置title。和查找html
- */
|