diff options
Diffstat (limited to 'macosx/HBSecurityAccessToken.h')
-rw-r--r-- | macosx/HBSecurityAccessToken.h | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/macosx/HBSecurityAccessToken.h b/macosx/HBSecurityAccessToken.h index 1ad0b3979..10fccc1fc 100644 --- a/macosx/HBSecurityAccessToken.h +++ b/macosx/HBSecurityAccessToken.h @@ -1,13 +1,13 @@ -// -// HBSecurityAccessToken.h -// HandBrake -// -// Created by Damiano Galassi on 24/01/17. -// -// +/* HBSecurityAccessToken.h $ + + This file is part of the HandBrake source code. + Homepage: <http://handbrake.fr/>. + It may be used under the terms of the GNU General Public License. */ #import <Foundation/Foundation.h> +NS_ASSUME_NONNULL_BEGIN + @protocol HBSecurityScope <NSObject> /* Given an instance, make the resource referenced by the job accessible to the process. @@ -33,3 +33,5 @@ - (instancetype)initWithObject:(id<HBSecurityScope>)object; @end + +NS_ASSUME_NONNULL_END |