From 7b02207537d35bfa1714bf8beafc921f717d100a Mon Sep 17 00:00:00 2001 From: 单军华 Date: Wed, 11 Jul 2018 10:47:42 +0800 Subject: [PATCH] 首次上传 --- screendisplay/Pods/RAlertView/RAlertView/TextHelper.h | 21 +++++++++++++++++++++ 1 files changed, 21 insertions(+), 0 deletions(-) diff --git a/screendisplay/Pods/RAlertView/RAlertView/TextHelper.h b/screendisplay/Pods/RAlertView/RAlertView/TextHelper.h new file mode 100755 index 0000000..5caf67f --- /dev/null +++ b/screendisplay/Pods/RAlertView/RAlertView/TextHelper.h @@ -0,0 +1,21 @@ +// +// TextHelper.h +// RAlert +// +// Created by roycms on 2016/11/26. +// Copyright �� 2016��� roycms. All rights reserved. +// +#import <UIKit/UIKit.h> +#import <Foundation/Foundation.h> + +@interface TextHelper : NSObject + +/** + ������ attributedStringForString ���������str + + @param str str description + @param lineSpacing lineSpacing description + @return return value description + */ ++ (NSMutableAttributedString *)attributedStringForString:(NSString *)str lineSpacing:(CGFloat)lineSpacing; +@end -- Gitblit v1.8.0