/* HBRange+UIAdditions.h $
This file is part of the HandBrake source code.
Homepage: .
It may be used under the terms of the GNU General Public License. */
#import
#import "HBRange.h"
@interface HBRange (UIAdditions)
@property (nonatomic, readonly) NSArray *chapters;
@property (nonatomic, readonly) NSArray *types;
@property (nonatomic, readonly) BOOL chaptersSelected;
@property (nonatomic, readonly) BOOL secondsSelected;
@property (nonatomic, readonly) BOOL framesSelected;
@end
#pragma mark - Value Trasformers
@interface HBTimeTransformer : NSValueTransformer
@end