diff options
author | Damiano Galassi <[email protected]> | 2019-03-10 14:04:51 +0100 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2019-03-12 11:42:50 +0100 |
commit | e6a0642d20d1136947099bd47dc70cd5a0f55a51 (patch) | |
tree | 6a527c24d3b0b22e3d9aedd88f9e2c8aa6b71485 /macosx/HBSecurityAccessToken.h | |
parent | 9cd1ac3096533af12b4a144bdaefc9c3d89d526c (diff) |
MacGui: use ui-separation-and-xpc Sparkle branch.
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 |