mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 14:46:12 -04:00
14 lines
194 B
C++
14 lines
194 B
C++
//
|
|
// Created by lasan on 5/24/26.
|
|
//
|
|
|
|
#ifndef NEARBY_LATEST_WIFI_MEDIUM_TEST_H
|
|
#define NEARBY_LATEST_WIFI_MEDIUM_TEST_H
|
|
|
|
|
|
class wifi_medium_test
|
|
{
|
|
};
|
|
|
|
|
|
#endif //NEARBY_LATEST_WIFI_MEDIUM_TEST_H
|