WBStatusComposeTextParser.h 420 B

12345678910111213141516
  1. //
  2. // WBStatusComposeTextParser.h
  3. // YYKitExample
  4. //
  5. // Created by ibireme on 15/9/5.
  6. // Copyright (C) 2015 ibireme. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. #import "YYKit.h"
  10. @interface WBStatusComposeTextParser : NSObject <YYTextParser>
  11. @property (nonatomic, strong) UIFont *font;
  12. @property (nonatomic, strong) UIColor *textColor;
  13. @property (nonatomic, strong) UIColor *highlightTextColor;
  14. @end