mirror of
https://github.com/YACReader/yacreader
synced 2025-07-27 01:15:07 -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
|