mirror of
https://github.com/WuKongIM/WuKongIMFlutterSDK
synced 2025-06-03 18:28:00 +00:00
6 lines
306 B
Plaintext
6 lines
306 B
Plaintext
extern const unsigned char ReachabilityVersionString[];
|
|
extern const double ReachabilityVersionNumber;
|
|
|
|
const unsigned char ReachabilityVersionString[] __attribute__ ((used)) = "@(#)PROGRAM:Reachability PROJECT:Pods-1" "\n";
|
|
const double ReachabilityVersionNumber __attribute__ ((used)) = (double)1.;
|