Files
yinmeng-ios/xplan-ios/Main/Message/View/Session/SessionChatLimitView.h

20 lines
294 B
C
Raw Normal View History

2021-12-08 18:53:19 +08:00
//
// SessionLimitChatView.h
// xplan-ios
//
// Created by zu on 2021/12/8.
//
#import <UIKit/UIKit.h>
#import "ChatLimitModel.h"
NS_ASSUME_NONNULL_BEGIN
@interface SessionChatLimitView : UIView
- (instancetype)initWithChatLimit:(ChatLimitModel *)chatLimit;
@end
NS_ASSUME_NONNULL_END