mirror of
https://github.com/RGBCube/serenity
synced 2025-05-19 07:35:07 +00:00
9 lines
87 B
C++
9 lines
87 B
C++
#include <LibHTML/CSS/Selector.h>
|
|
|
|
Selector::Selector()
|
|
{
|
|
}
|
|
|
|
Selector::~Selector()
|
|
{
|
|
}
|