Sha256: 077e931ce91ffbc56aa700ea68221e3f79490028beae07f7511a4953021bd98e
Contents?: true
Size: 337 Bytes
Versions: 31
Compression:
Stored size: 337 Bytes
Contents
// -*- c++ -*- #pragma once #ifndef __RAYS_SRC_IOS_HELPER_H__ #define __RAYS_SRC_IOS_HELPER_H__ #include <memory> #include <CoreFoundation/CoreFoundation.h> namespace Rays { void safe_cfrelease (CFTypeRef ref); typedef std::shared_ptr<const __CFString> CFString; CFString cfstring (const char* str); }// Rays #endif//EOH
Version data entries
31 entries across 31 versions & 1 rubygems