summaryrefslogtreecommitdiffstats
path: root/macosx/HBRange+UIAdditions.h
diff options
context:
space:
mode:
authorritsuka <[email protected]>2014-12-28 08:14:32 +0000
committerritsuka <[email protected]>2014-12-28 08:14:32 +0000
commita03845e869297931544d4d8ba5a15678411df155 (patch)
tree020a76f4d45e2375f5fd61d5f083f51cb0176552 /macosx/HBRange+UIAdditions.h
parent3acda4f9eb6a6c23f0a9c627aba354433656f70d (diff)
MacGui: move more things out of HBController.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6664 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBRange+UIAdditions.h')
-rw-r--r--macosx/HBRange+UIAdditions.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/HBRange+UIAdditions.h b/macosx/HBRange+UIAdditions.h
index dfac31905..82aacca18 100644
--- a/macosx/HBRange+UIAdditions.h
+++ b/macosx/HBRange+UIAdditions.h
@@ -10,5 +10,6 @@
@interface HBRange (UIAdditions)
@property (nonatomic, readonly) NSArray *chapters;
+@property (nonatomic, readonly) NSArray *types;
@end