|
Agora RTC Objective-C API Reference
Refactor
|
Go to the source code of this file.
Namespaces | |
| agora | |
| agora::rtc | |
| #define BUMP_MAJOR_VERSION | ( | VERSION | ) | ExtensionVersion(VERSION.major_v + 1, 0, 0); \ |
| #define BUMP_MINOR_VERSION | ( | VERSION | ) | ExtensionVersion(VERSION.major_v, VERSION.minor_v + 1, 0); \ |
| #define BUMP_MICRO_VERSION | ( | VERSION | ) | ExtensionVersion(VERSION.major_v, VERSION.minor_v, VERSION.micro_v + 1); \ |