ladybird/LibHTML/CSS/StyleSheet.cpp

9 lines
97 B
C++

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