Sparkle  2.0.0
A software update framework for macOS
ShowInstallerProgress.h
1 //
2 // ShowInstallerProgress.h
3 // Sparkle
4 //
5 // Created by Mayur Pawashe on 4/10/16.
6 // Copyright © 2016 Sparkle Project. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 #import "InstallerProgressDelegate.h"
11 
12 NS_ASSUME_NONNULL_BEGIN
13 
15 
16 @end
17 
18 NS_ASSUME_NONNULL_END
Definition: ShowInstallerProgress.h:14
Definition: InstallerProgressDelegate.h:15