/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

  1. // -*- objc -*-
  2. #ifndef __LOGINS_H__
  3. #define __LOGINS_H__
  4. #include <GSWeb/GSWeb.h>
  5. #import "SAWUIController.h"
  6. #import "SAWUIComponent.h"
  7. @interface Logins: SAWUIComponent <RowRepetition>
  8. {
  9. }
  10. - (id)init;
  11. - (void)dealloc;
  12. /* WO overridings */
  13. /* SAWUI specific */
  14. @end /* Logins */
  15. #endif /* __LOGINS_H__ */