Sparkle support for automatic updates
[MacVim.git] / src / MacVim / Sparkle.framework / Versions / A / Headers / NSApplication+AppCopies.h
blobee901e68544ee2c86752d9c90ad0ac59b4a73db8
1 //
2 // NSApplication+AppCopies.h
3 // Sparkle
4 //
5 // Created by Andy Matuschak on 3/16/06.
6 // Copyright 2006 Andy Matuschak. All rights reserved.
7 //
9 #import <Cocoa/Cocoa.h>
11 @interface NSApplication (SUAppCopies)
12 - (int)copiesRunning;
13 @end