mirror of
https://github.com/YACReader/yacreader
synced 2025-07-29 10:25:14 -04:00
models renaming
This commit is contained in:
10
YACReaderLibrary/db/reading_list_item.h
Normal file
10
YACReaderLibrary/db/reading_list_item.h
Normal file
@ -0,0 +1,10 @@
|
||||
#ifndef READING_LIST_ITEM_H
|
||||
#define READING_LIST_ITEM_H
|
||||
|
||||
class ReadingListItem
|
||||
{
|
||||
public:
|
||||
ReadingListItem();
|
||||
};
|
||||
|
||||
#endif // READING_LIST_ITEM_H
|
Reference in New Issue
Block a user