We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e69491a commit 6db5391Copy full SHA for 6db5391
Sources/OpenGraphCxx/include/OpenGraph/OGUniqueID.h
@@ -1,12 +1,12 @@
1
//
2
-// OGMakeUniqueID.h
+// OGUniqueID.h
3
// OpenGraphCxx
4
5
// Audited for iOS 18.0
6
// Status: Complete
7
8
-#ifndef OGMakeUniqueID_h
9
-#define OGMakeUniqueID_h
+#ifndef OGUniqueID_h
+#define OGUniqueID_h
10
11
#include <OpenGraph/OGBase.h>
12
typedef long OGUniqueID;
@@ -17,4 +17,4 @@ OG_REFINED_FOR_SWIFT
17
OGUniqueID OGMakeUniqueID(void) OG_SWIFT_NAME(makeUniqueID());
18
OG_EXTERN_C_END
19
20
-#endif /* OGMakeUniqueID_h */
+#endif /* OGUniqueID_h */
0 commit comments