Files
real-e-party-iOS/YuMi/CustomUI/TTPopup/Config/TTAlertMessageAttributedConfig.h
2025-10-17 14:52:29 +08:00

29 lines
439 B
Objective-C

// Created by lee on 2019/5/21.
// Copyright © 2023 YUMI. All rights reserved.
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface TTAlertMessageAttributedConfig : NSObject
@property (nonatomic, copy) NSString *text;
@property (nonatomic, strong) UIColor *color;
@property (nonatomic, strong) UIFont *font;
@property (nonatomic, assign) NSRange range;
@end
NS_ASSUME_NONNULL_END