| 123456789101112131415 |
- //
- // FullyShowViewController.h
- // phoneTest
- //
- // Created by Ray on 05/09/2017.
- //
- //
- #import <UIKit/UIKit.h>
- @interface FullyShowViewController : UIViewController
- @property (weak, nonatomic) IBOutlet UITextView *textView;
- @property (strong, nonatomic) NSString *text;
- @property (strong, nonatomic) NSString *htmlText;
- @end
|