Sha256: bbf12670d16c8a4cfdb0e8c0414698f37b9db4c2d630af085f858470bfa1e32d
Contents?: true
Size: 343 Bytes
Versions: 8
Compression:
Stored size: 343 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> CFStringPtr; CFStringPtr cfstring (const char* str); }// Rays #endif//EOH
Version data entries
8 entries across 8 versions & 1 rubygems