Loading...
Searching...
No Matches
ListComponent.h
Go to the documentation of this file.
1//
2// Created by Dave Smith on 1/23/26.
3//
4
5#ifndef MALENA_LISTCOMPONENT_H
6#define MALENA_LISTCOMPONENT_H
9
10namespace ml
11{
13 public:
14 virtual ~ListComponent(){};
15 };
16}
17
18
19#endif //LISTCOMPONENT_H
Primary base class for all user-facing Malena components.
Definition Component.h:275
virtual ~ListComponent()
#define MALENA_API
Definition Component.h:22