this repo has no description
1#include <CoreFoundation/CoreFoundation.h>
2
3// unsure
4const double CoreServicesVersionNumber = 1239;
5const char* const CoreServicesVersionString = "@(#)PROGRAM:CoreServices PROJECT:CoreServices-1239\n";
6
7// this probably shouldn't be here
8const CFStringRef kFSOperationBytesCompleteKey = CFSTR("kFSOperationBytesDoneKey");
9const CFStringRef kFSOperationTotalBytesKey = CFSTR("kFSOperationTotalBytesKey");