mirror of
https://github.com/WuKongIM/WuKongIMFlutterSDK
synced 2025-05-30 07:27:25 +00:00
6 lines
301 B
Plaintext
6 lines
301 B
Plaintext
extern const unsigned char encryptionsVersionString[];
|
|
extern const double encryptionsVersionNumber;
|
|
|
|
const unsigned char encryptionsVersionString[] __attribute__ ((used)) = "@(#)PROGRAM:encryptions PROJECT:Pods-1" "\n";
|
|
const double encryptionsVersionNumber __attribute__ ((used)) = (double)1.;
|