Kiwi User Interface Framework
beta
|
00001 00008 #import <Foundation/Foundation.h> 00009 #import "KUResponder.h" 00010 #import "KUForwarders.h" 00011 00015 @interface KUSystem : KUResponder 00016 { 00017 00018 } 00023 + (KUSystem *) sharedSystem ; 00024 00026 - (id) initWithResource: (struct CNResource *) resource ; 00028 - (void) dealloc ; 00029 00034 - (void) setChildApplication: (KUApplication *) child ; 00035 00036 @end