diff options
Diffstat (limited to 'macosx/HBRange+UIAdditions.h')
-rw-r--r-- | macosx/HBRange+UIAdditions.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/macosx/HBRange+UIAdditions.h b/macosx/HBRange+UIAdditions.h new file mode 100644 index 000000000..dfac31905 --- /dev/null +++ b/macosx/HBRange+UIAdditions.h @@ -0,0 +1,14 @@ +/* HBRange+UIAdditions.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> +#import "HBRange.h" + +@interface HBRange (UIAdditions) + +@property (nonatomic, readonly) NSArray *chapters; + +@end |