Sparkle
2.0.0
A software update framework for macOS
Sparkle
InstallerProgress
InstallerProgressDelegate.h
1
//
2
// InstallerProgressDelegate.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
11
NS_ASSUME_NONNULL_BEGIN
12
13
@class
SUHost
;
14
15
@protocol
InstallerProgressDelegate
<NSObject>
16
17
- (void)installerProgressShouldDisplayWithHost:(
SUHost
*)host;
18
- (void)installerProgressShouldStop;
19
20
@end
21
22
NS_ASSUME_NONNULL_END
SUHost
Definition:
SUHost.h:15
InstallerProgressDelegate-p
Definition:
InstallerProgressDelegate.h:15
Generated by
1.9.1