/* All Rights reserved */ #import @interface AppWrapperController : NSObject { id appWrapper; id executable; id extensions; id appicon; id exticon; id name; id xapp; } - (void) wrap: (id)sender; @end