您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

Bridging-Header.h 261B

1234567891011121314151617
  1. //
  2. // Bridging-Header.h
  3. // BodyfatScaleDemo_swift
  4. //
  5. // Created by steven wu on 2021/3/16.
  6. //
  7. #ifndef Bridging_Header_h
  8. #define Bridging_Header_h
  9. #import "MainViewController.h"
  10. #endif
  11. //convert oc to swift website
  12. //https://swiftify.com/converter/code/