WFPttViewController.h 331 B

123456789101112131415161718
  1. //
  2. // WFPttViewController.h
  3. // PttUIKit
  4. //
  5. // Created by Hao Jia on 2021/10/14.
  6. //
  7. #ifdef WFC_PTT
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @class WFCCConversation;
  11. @interface WFPttViewController : UIViewController
  12. @property(nonatomic, strong)WFCCConversation *conversation;
  13. @end
  14. NS_ASSUME_NONNULL_END
  15. #endif //WFC_PTT