Files
peko-ios/YuMi/Modules/YMRoom/View/MessageContainerView/Tool/XPRoomMessageConstant.h
2024-11-29 16:46:36 +08:00

26 lines
584 B
Objective-C

//
// YMRoomMessageConstant.h
// YUMI
//
// Created by YUMI on 2021/10/26.
//
#import <Foundation/Foundation.h>
#import "YUMIMacroUitls.h"
#ifndef XPRoomMessageConstant_h
#define XPRoomMessageConstant_h
#define kRoomMessageMaxWidth (KScreenWidth - 15 - 90 - 8)
///公屏文本字体的大小
static CGFloat kRoomMessageDefalutFont = 15;
///文字上下的间隙
static CGFloat kRoomMessageTextSpaceHeight = 10;
static CGFloat kRoomMessageBubbleCornerRadius = 7;
///公屏保存的最大数
static NSInteger kRoomMessageMaxLength = 1000;
#endif /* XPRoomMessageConstant_h */