NSString+MLExpression.h 283 B

12345678910111213141516
  1. //
  2. // NSString+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 NSString (MLExpression)
  11. - (NSAttributedString*)expressionAttributedStringWithExpression:(MLExpression*)expression;
  12. @end