2024-12-03 05:59:45 +00:00
|
|
|
class HiveTypeIdConstants {
|
|
|
|
static const int topspeakersHiveId = 103;
|
|
|
|
static const int topSponsorsHiveId = 104;
|
|
|
|
static const int topTopicsHiveId = 105;
|
2024-12-09 09:05:56 +00:00
|
|
|
static const int hiveApiConstantsId = 106;
|
2024-12-03 05:59:45 +00:00
|
|
|
}
|