iosMath-umbrella.h 736 B

1234567891011121314151617181920212223242526272829303132
  1. #ifdef __OBJC__
  2. #import <UIKit/UIKit.h>
  3. #else
  4. #ifndef FOUNDATION_EXPORT
  5. #if defined(__cplusplus)
  6. #define FOUNDATION_EXPORT extern "C"
  7. #else
  8. #define FOUNDATION_EXPORT extern
  9. #endif
  10. #endif
  11. #endif
  12. #import "IosMath.h"
  13. #import "MTMathAtomFactory.h"
  14. #import "MTMathList.h"
  15. #import "MTMathListBuilder.h"
  16. #import "MTMathListIndex.h"
  17. #import "MTUnicode.h"
  18. #import "MTConfig.h"
  19. #import "MTFont.h"
  20. #import "MTFontManager.h"
  21. #import "MTLabel.h"
  22. #import "MTMathListDisplay.h"
  23. #import "MTMathUILabel.h"
  24. #import "NSBezierPath+addLineToPoint.h"
  25. #import "NSColor+HexString.h"
  26. #import "NSView+backgroundColor.h"
  27. #import "UIColor+HexString.h"
  28. FOUNDATION_EXPORT double iosMathVersionNumber;
  29. FOUNDATION_EXPORT const unsigned char iosMathVersionString[];