Cog/Frameworks/Sparkle/Sparkle/SUUpdater_Private.h
2014-08-01 03:53:07 -07:00

15 lines
251 B
Objective-C

//
// 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)
@property (readonly) BOOL mayUpdateAndRestart;
@end