KKTextTool.h 309 B

1234567891011121314
  1. //
  2. // KKTextTool.h
  3. // WWImageEdit
  4. //
  5. // Created by 邬维 on 2017/1/18.
  6. // Copyright © 2017年 kook. All rights reserved.
  7. //
  8. #import "KKImageToolBase.h"
  9. @class KKTextView;
  10. @interface KKTextTool : KKImageToolBase
  11. @property (nonatomic, strong) KKTextView *selectedTextView; //当前选中的文字
  12. @end