Download this file
1 2 3 4 5 6 7 8 9
#ifndef TOOLS_H #define TOOLS_H #include <JavaVM/jni.h> #include <CoreFoundation/CoreFoundation.h> extern bool getDictLong(CFDictionaryRef dict, CFStringRef key, long *key_value); #endif