ZSSTextView.h 373 B

1234567891011121314151617
  1. //
  2. // ZSSTextView.h
  3. // ZSSRichTextEditor
  4. //
  5. // Created by Nicholas Hubbard on 1/29/14.
  6. // Copyright (c) 2014 Zed Said Studio. All rights reserved.
  7. //
  8. #import "CYRTextView.h"
  9. @interface ZSSTextView : CYRTextView
  10. @property (nonatomic, strong) UIFont *defaultFont;
  11. @property (nonatomic, strong) UIFont *boldFont;
  12. @property (nonatomic, strong) UIFont *italicFont;
  13. @end