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