Sparkle  2.0.0
A software update framework for macOS
SUNormalization.h
1 //
2 // SUNormalization.h
3 // Sparkle
4 //
5 // Created by Mayur Pawashe on 3/26/21.
6 // Copyright © 2021 Sparkle Project. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 #import "SUHost.h"
11 
12 NS_ASSUME_NONNULL_BEGIN
13 
14 NSString *SUNormalizedInstallationPath(SUHost *host);
15 
16 NS_ASSUME_NONNULL_END
Definition: SUHost.h:15