2
0

WFCUGroupAnnouncementViewController.h 456 B

12345678910111213141516171819
  1. //
  2. // WFCUGroupAnnouncementViewController.h
  3. // WFChatUIKit
  4. //
  5. // Created by Heavyrain Lee on 2019/10/22.
  6. // Copyright © 2019 WildFireChat. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "WFCUGroupAnnouncement.h"
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface WFCUGroupAnnouncementViewController : UIViewController
  12. @property(nonatomic, strong)WFCUGroupAnnouncement *announcement;
  13. @property(nonatomic, assign)BOOL isManager;
  14. @end
  15. NS_ASSUME_NONNULL_END