Cog/Frameworks/Sparkle/Sparkle/SUUpdater_Private.h

16 lines
251 B
C
Raw Normal View History

2014-08-01 06:53:07 -04: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)
@property (readonly) BOOL mayUpdateAndRestart;
@end