// // QMChatRoomShowFileController.h // IMSDK-OC // // Created by HCF on 16/8/15. // Copyright © 2016年 HCF. All rights reserved. // #import @interface QMChatRoomShowFileController : UIViewController @property (nonatomic, copy)NSString *filePath; @end