]> git.saurik.com Git - cydia.git/blob - cfversion.mm
Fix UISwitch cell position (used to be iOS 4 only).
[cydia.git] / cfversion.mm
1 #include <CoreFoundation/CoreFoundation.h>
2 #include <cstdio>
3
4 int main() {
5 printf("%.2f\n", kCFCoreFoundationVersionNumber);
6 return 0;
7 }