Blame view

Pods/Target Support Files/YYText/YYText.modulemap 102 Bytes
582f536d   yangbin   common:2022.1.28
1
2
3
4
5
6
  framework module YYText {
    umbrella header "YYText-umbrella.h"
  
    export *
    module * { export * }
  }