Blame view

Pods/Target Support Files/YYText/YYText-umbrella.h 1015 Bytes
582f536d   yangbin   common:2022.1.28
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
  #ifdef __OBJC__
  #import <UIKit/UIKit.h>
  #else
  #ifndef FOUNDATION_EXPORT
  #if defined(__cplusplus)
  #define FOUNDATION_EXPORT extern "C"
  #else
  #define FOUNDATION_EXPORT extern
  #endif
  #endif
  #endif
  
  #import "YYTextContainerView.h"
  #import "YYTextDebugOption.h"
  #import "YYTextEffectWindow.h"
  #import "YYTextInput.h"
  #import "YYTextKeyboardManager.h"
  #import "YYTextLayout.h"
  #import "YYTextLine.h"
  #import "YYTextMagnifier.h"
  #import "YYTextSelectionView.h"
  #import "YYTextArchiver.h"
  #import "YYTextAttribute.h"
  #import "YYTextParser.h"
  #import "YYTextRubyAnnotation.h"
  #import "YYTextRunDelegate.h"
  #import "NSAttributedString+YYText.h"
  #import "NSParagraphStyle+YYText.h"
  #import "UIPasteboard+YYText.h"
  #import "UIView+YYText.h"
  #import "YYTextAsyncLayer.h"
  #import "YYTextTransaction.h"
  #import "YYTextUtilities.h"
  #import "YYTextWeakProxy.h"
  #import "YYLabel.h"
  #import "YYText.h"
  #import "YYTextView.h"
  
  FOUNDATION_EXPORT double YYTextVersionNumber;
  FOUNDATION_EXPORT const unsigned char YYTextVersionString[];