10 lines
203 B
C
10 lines
203 B
C
#ifndef WIFIMODELS_H
|
|
#define WIFIMODELS_H
|
|
|
|
/** umbrella header for WiFiModel and factory */
|
|
#include "WiFiModel.h"
|
|
#include "WiFiModelFactory.h"
|
|
#include "WiFiModelFactoryImpl.h"
|
|
|
|
#endif // WIFIMODELS_H
|