From 7481df6459c9ab20c6aa68159243f492d113736b Mon Sep 17 00:00:00 2001 From: Damiano Galassi Date: Fri, 26 Feb 2016 09:50:16 +0100 Subject: MacGui: move the objc libhb wrapper to a separate framework. --- macosx/HBTitleSelectionController.m | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'macosx/HBTitleSelectionController.m') diff --git a/macosx/HBTitleSelectionController.m b/macosx/HBTitleSelectionController.m index 0865ff22d..319808a69 100644 --- a/macosx/HBTitleSelectionController.m +++ b/macosx/HBTitleSelectionController.m @@ -5,7 +5,8 @@ It may be used under the terms of the GNU General Public License. */ #import "HBTitleSelectionController.h" -#import "HBTitle.h" + +@import HandBrakeKit.HBTitle; @interface HBTitleSelection : NSObject @property (nonatomic, readonly) HBTitle *title; -- cgit v1.2.3