00001 #ifndef UTIL_OSX_H 00002 #define UTIL_OSX_H 00003 #import <CoreFoundation/CFDictionary.h> 00004 00005 extern int get_int_CF(CFDictionaryRef dict, CFStringRef key); 00006 extern float get_float_CF(CFDictionaryRef dict, CFStringRef key); 00007 #endif
1.5.5