| 1234567891011121314151617 |
- //
- // UITextView+LookinServer.h
- // LookinServer
- //
- // Created by Li Kai on 2019/2/26.
- // https://lookin.work
- //
- #import <UIKit/UIKit.h>
- @interface UITextView (LookinServer)
- @property(nonatomic, assign) CGFloat lks_fontSize;
- - (NSString *)lks_fontName;
- @end
|