1234567891011121314151617 |
- //
- // Bridging-Header.h
- // BodyfatScaleDemo_swift
- //
- // Created by steven wu on 2021/3/16.
- //
-
- #ifndef Bridging_Header_h
- #define Bridging_Header_h
-
- #import "MainViewController.h"
-
-
- #endif
-
- //convert oc to swift website
- //https://swiftify.com/converter/code/
|