TUIGroupNoticeController.h 382 B

12345678910111213141516171819
  1. //
  2. // TUIGroupNoticeController.h
  3. // TUIGroup
  4. //
  5. // Created by harvy on 2022/1/11.
  6. // Copyright © 2023 Tencent. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface TUIGroupNoticeController : UIViewController
  11. @property(nonatomic, copy) dispatch_block_t onNoticeChanged;
  12. @property(nonatomic, copy) NSString *groupID;
  13. @end
  14. NS_ASSUME_NONNULL_END