Advertisement
Guest User

Untitled

a guest
Oct 17th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.42 KB | None | 0 0
  1. typedef struct
  2. {
  3.     CFIndex                             version;
  4.     const char *                        className;
  5.     CFRuntimeInitFunc                   init;
  6.     CFRuntimeCopyFunc                   copy;
  7.     CFRuntimeFinalizeFunc               finalize;
  8.     CFRuntimeEqualFunc                  equal;
  9.     CFRuntimeHashFunc                   hash;
  10.     CFRuntimeCopyFormattingDescFunc     copyFormattingDesc;
  11.     CFRuntimeCopyDebugDescFunc          copyDebugDesc;
  12.     CFRuntimeReclaimFunc                reclaim;
  13.     CFRuntimeRefCountFunc               refcount;
  14.  
  15. }   CFRuntimeClass;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement