// // ICeCoffEESetServicesMenu.h // ICeCoffEE APE // // Created by Nicholas Riley on 5/10/05. // Copyright 2005 Nicholas Riley. All rights reserved. // #import NSDictionary *ICCF_GetServicesInfo(void); void ICCF_SetServicesMenu(NSMenu *servicesMenu); IconRef ICCF_CopyIconRefForPath(NSString *path); // Cocoa additions @interface NSMenuItem (IC_IconRef) - (IconRef)_iconRef; - (void)_setIconRef:(IconRef)iconRef; @end