cog/Frameworks/Sparkle/SUUpdater_Private.h

16 lines
233 B
C
Raw Normal View History

2013-10-22 02:17:51 +00:00
//
// SUUpdater_Private.h
// Sparkle
//
// Created by Andy Matuschak on 5/9/11.
// Copyright 2011 Andy Matuschak. All rights reserved.
//
#import "SUUpdater.h"
@interface SUUpdater (Private)
- (BOOL)mayUpdateAndRestart;
@end