Skip to content

Instantly share code, notes, and snippets.

@jfahrenkrug
Created December 24, 2009 10:59
Show Gist options
  • Select an option

  • Save jfahrenkrug/263145 to your computer and use it in GitHub Desktop.

Select an option

Save jfahrenkrug/263145 to your computer and use it in GitHub Desktop.
#import <Cocoa/Cocoa.h>
@interface IconCollectionItem : NSCollectionViewItem {
}
- (void)doubleClick:(id)sender;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment