OSDN Git Service

import 0.9.3
[handbrake-jp/handbrake-jp.git] / macosx / Sparkle.framework / Versions / A / Headers / NSApplication+AppCopies.h
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 //
8
9 #import <Cocoa/Cocoa.h>
10
11 @interface NSApplication (SUAppCopies)
12 - (int)copiesRunning;
13 @end