12345678910111213141516 |
- //
- // JXFileDetailViewController.h
- // shiku_im
- //
- // Created by 1 on 17/7/7.
- // Copyright © 2017年 Reese. All rights reserved.
- //
- #import "admobViewController.h"
- @class JXShareFileObject;
- @interface JXFileDetailViewController : admobViewController
- @property (nonatomic,strong) JXShareFileObject * shareFile;
- @end
|