17 lines
305 B
C++
17 lines
305 B
C++
//
|
|
// Created by selim on 13.11.22.
|
|
//
|
|
|
|
#ifndef AUTOCAT_GNOME_VEHICLESLISTFACTORY_H
|
|
#define AUTOCAT_GNOME_VEHICLESLISTFACTORY_H
|
|
|
|
#include "../gtkpp/ListItemFactory.h"
|
|
|
|
class VehiclesListFactory: gtkpp::ListItemFactory {
|
|
public:
|
|
VehiclesListFactory();
|
|
};
|
|
|
|
|
|
#endif //AUTOCAT_GNOME_VEHICLESLISTFACTORY_H
|