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 5d2296f commit 732ce45Copy full SHA for 732ce45
Sources/OpenGraph_SPI/Attribute/OGValueOptions.h
@@ -13,6 +13,7 @@
13
typedef OG_OPTIONS(uint32_t, OGValueOptions) {
14
OGValueOptions_0 = 0,
15
OGValueOptions_1 = 1,
16
+ OGValueOptions_2 = 2,
17
};
18
19
#endif /* OGValueOptions_h */
0 commit comments