增加换肤功能
This commit is contained in:
29
TUIKit/TUIChat/CommonUI/Pop/TUIChatFlexViewController.h
Normal file
29
TUIKit/TUIChat/CommonUI/Pop/TUIChatFlexViewController.h
Normal file
@@ -0,0 +1,29 @@
|
||||
//
|
||||
// TUIChatFlexViewController.h
|
||||
// TUIChat
|
||||
//
|
||||
// Created by wyl on 2022/10/27.
|
||||
// Copyright © 2023 Tencent. All rights reserved.
|
||||
//
|
||||
|
||||
#import <TIMCommon/TIMDefine.h>
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface TUIChatFlexViewController : UIViewController
|
||||
|
||||
@property(nonatomic, strong) UIView *topGestureView;
|
||||
@property(nonatomic, strong) UIImageView *topImgView;
|
||||
|
||||
@property(nonatomic, strong) UIView *containerView;
|
||||
|
||||
- (void)updateSubContainerView;
|
||||
|
||||
- (void)setnormalTop;
|
||||
|
||||
- (void)setNormalBottom;
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
Reference in New Issue
Block a user