diff options
author | ritsuka <[email protected]> | 2014-12-28 08:14:32 +0000 |
---|---|---|
committer | ritsuka <[email protected]> | 2014-12-28 08:14:32 +0000 |
commit | a03845e869297931544d4d8ba5a15678411df155 (patch) | |
tree | 020a76f4d45e2375f5fd61d5f083f51cb0176552 /macosx/HBRange+UIAdditions.h | |
parent | 3acda4f9eb6a6c23f0a9c627aba354433656f70d (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.h | 1 |
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 |