// // WFCUQuoteViewController.h // WFChatUIKit // // Created by Tom Lee on 2020/10/4. // Copyright © 2020 WildFireChat. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface WFCUQuoteViewController : UIViewController @property (nonatomic, assign)long long messageUid; @end NS_ASSUME_NONNULL_END