diff options
author | Damiano Galassi <[email protected]> | 2020-01-10 14:19:50 +0100 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2020-01-10 14:19:50 +0100 |
commit | 073c2fb84b3ead86d2f2b28cbd737bb936cc0696 (patch) | |
tree | d3d832cab0e828a1b2ce76a9f858296c4f74fdb8 /macosx/HBUtilities.h | |
parent | efcd5b85b03145964779b8a7700558e44213b8d8 (diff) |
MacGui: improve security scoped resources management. Fixes #2566.
Diffstat (limited to 'macosx/HBUtilities.h')
-rw-r--r-- | macosx/HBUtilities.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/macosx/HBUtilities.h b/macosx/HBUtilities.h index 4e1851c10..02abc5be1 100644 --- a/macosx/HBUtilities.h +++ b/macosx/HBUtilities.h @@ -5,9 +5,13 @@ It may be used under the terms of the GNU General Public License. */ #import <Foundation/Foundation.h> +#import "HBSecurityAccessToken.h" NS_ASSUME_NONNULL_BEGIN +@interface NSURL (HBSecurityScope) <HBSecurityScope> +@end + @interface HBUtilities : NSObject /** |