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