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