mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
11 lines
156 B
C++
11 lines
156 B
C++
#ifndef READING_LIST_ITEM_H
|
|
#define READING_LIST_ITEM_H
|
|
|
|
class ReadingListItem
|
|
{
|
|
public:
|
|
ReadingListItem();
|
|
};
|
|
|
|
#endif // READING_LIST_ITEM_H
|