1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-19 07:35:07 +00:00
serenity/LibHTML/CSS/StyleSheet.cpp

9 lines
97 B
C++

#include <LibHTML/CSS/StyleSheet.h>
StyleSheet::StyleSheet()
{
}
StyleSheet::~StyleSheet()
{
}