diff options
Diffstat (limited to 'macosx/HBJob+Private.h')
-rw-r--r-- | macosx/HBJob+Private.h | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/macosx/HBJob+Private.h b/macosx/HBJob+Private.h index 839267253..1f8c26ffd 100644 --- a/macosx/HBJob+Private.h +++ b/macosx/HBJob+Private.h @@ -1,14 +1,14 @@ -// -// HBJob+HBJob_Private.h -// HandBrake -// -// Created by Damiano Galassi on 29/10/16. -// -// +/* HBJob+HBJob_Private.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 <HandBrakeKit/HandBrakeKit.h> #import "HBSecurityAccessToken.h" +NS_ASSUME_NONNULL_BEGIN + @interface HBJob (Private) <HBSecurityScope> @end @@ -71,3 +71,5 @@ @end +NS_ASSUME_NONNULL_END + |