TUIChatFlexViewController.h 550 B

1234567891011121314151617181920212223242526272829
  1. //
  2. // TUIChatFlexViewController.h
  3. // TUIChat
  4. //
  5. // Created by wyl on 2022/10/27.
  6. // Copyright © 2023 Tencent. All rights reserved.
  7. //
  8. #import <TIMCommon/TIMDefine.h>
  9. #import <UIKit/UIKit.h>
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface TUIChatFlexViewController : UIViewController
  12. @property(nonatomic, strong) UIView *topGestureView;
  13. @property(nonatomic, strong) UIImageView *topImgView;
  14. @property(nonatomic, strong) UIView *containerView;
  15. - (void)updateSubContainerView;
  16. - (void)setnormalTop;
  17. - (void)setNormalBottom;
  18. @end
  19. NS_ASSUME_NONNULL_END