// // HBPasteboardWriter.h // HandBrake // // Created by Damiano Galassi on 04/10/20. // Copyright © 2020 HandBrake. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN extern NSPasteboardType const tableViewIndex; @interface HBPasteboardItem : NSObject - (instancetype)initWithIndex:(NSInteger)index; @property (nonatomic, readonly) NSInteger index; @end NS_ASSUME_NONNULL_END