source:
SMSSender/src/ui/models/loadedaccountmodel.h
@
57:6c186daa7cab
Last change on this file since 57:6c186daa7cab was 57:6c186daa7cab, checked in by Sämy Zehnder <saemy.zehnder@…>, 12 years ago | |
---|---|
File size: 281 bytes |
Line | |
---|---|
1 | /* |
2 | * loadedaccountmodel.h |
3 | * |
4 | * Created on: Feb 1, 2010 |
5 | * Author: saemy |
6 | */ |
7 | |
8 | #ifndef LOADEDACCOUNTMODEL_H_ |
9 | #define LOADEDACCOUNTMODEL_H_ |
10 | |
11 | class LoadedAccountModel { |
12 | public: |
13 | LoadedAccountModel(); |
14 | virtual ~LoadedAccountModel(); |
15 | }; |
16 | |
17 | #endif /* LOADEDACCOUNTMODEL_H_ */ |
Note: See TracBrowser
for help on using the repository browser.