diff options
Diffstat (limited to 'src/list.h')
| -rw-r--r-- | src/list.h | 18 |
1 files changed, 0 insertions, 18 deletions
| diff --git a/src/list.h b/src/list.h deleted file mode 100644 index 1bf034f..0000000 --- a/src/list.h +++ /dev/null | |||
| @@ -1,18 +0,0 @@ | |||
| 1 | #ifndef LIST_H_D7DEA7D8 | ||
| 2 | #define LIST_H_D7DEA7D8 | ||
| 3 | |||
| 4 | #include <string> | ||
| 5 | |||
| 6 | namespace twitter { | ||
| 7 | |||
| 8 | class list { | ||
| 9 | public: | ||
| 10 | |||
| 11 | list() {} | ||
| 12 | explicit list(std::string data); | ||
| 13 | |||
| 14 | }; | ||
| 15 | |||
| 16 | }; | ||
| 17 | |||
| 18 | #endif /* end of include guard: LIST_H_D7DEA7D8 */ | ||
