From 21d3023a9b7b6aff68c1170e345951396b1c6cfd Mon Sep 17 00:00:00 2001
From: 单军华
Date: Tue, 31 Jul 2018 13:35:21 +0800
Subject: [PATCH] no message

---
 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