/SA.Framework/SAWUI/Logins.h
http://eeframework.googlecode.com/ · C Header · 25 lines · 12 code · 10 blank · 3 comment · 0 complexity · 0bf2e571546f3de392eee7d81611fda6 MD5 · raw file
- // -*- objc -*-
- #ifndef __LOGINS_H__
- #define __LOGINS_H__
- #include <GSWeb/GSWeb.h>
- #import "SAWUIController.h"
- #import "SAWUIComponent.h"
- @interface Logins: SAWUIComponent <RowRepetition>
- {
- }
- - (id)init;
- - (void)dealloc;
- /* WO overridings */
- /* SAWUI specific */
- @end /* Logins */
- #endif /* __LOGINS_H__ */