YYText-umbrella.h 1015 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  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 "YYTextContainerView.h"
  13. #import "YYTextDebugOption.h"
  14. #import "YYTextEffectWindow.h"
  15. #import "YYTextInput.h"
  16. #import "YYTextKeyboardManager.h"
  17. #import "YYTextLayout.h"
  18. #import "YYTextLine.h"
  19. #import "YYTextMagnifier.h"
  20. #import "YYTextSelectionView.h"
  21. #import "YYTextArchiver.h"
  22. #import "YYTextAttribute.h"
  23. #import "YYTextParser.h"
  24. #import "YYTextRubyAnnotation.h"
  25. #import "YYTextRunDelegate.h"
  26. #import "NSAttributedString+YYText.h"
  27. #import "NSParagraphStyle+YYText.h"
  28. #import "UIPasteboard+YYText.h"
  29. #import "UIView+YYText.h"
  30. #import "YYTextAsyncLayer.h"
  31. #import "YYTextTransaction.h"
  32. #import "YYTextUtilities.h"
  33. #import "YYTextWeakProxy.h"
  34. #import "YYLabel.h"
  35. #import "YYText.h"
  36. #import "YYTextView.h"
  37. FOUNDATION_EXPORT double YYTextVersionNumber;
  38. FOUNDATION_EXPORT const unsigned char YYTextVersionString[];