NSAttributedString+MLExpression.h 302 B

123456789101112131415
  1. //
  2. // NSAttributedString+MLExpression.h
  3. // Pods
  4. //
  5. // Created by molon on 15/6/18.
  6. //
  7. //
  8. #import <Foundation/Foundation.h>
  9. #import "MLExpressionManager.h"
  10. @interface NSAttributedString (MLExpression)
  11. - (NSAttributedString*)expressionAttributedStringWithExpression:(MLExpression*)expression;
  12. @end