diff options
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 /** |