13 #import <Foundation/Foundation.h>
15 NS_ASSUME_NONNULL_BEGIN
32 @property (nonatomic, assign, readonly) NSUInteger
index;
34 @property (nonatomic, copy) NSString *
title;
36 @property (nonatomic, strong, nullable) UIImage *
image;
38 @property (nonatomic, copy, nullable) PDFScanMenuItemAction
action;
47 - (instancetype)initWithTitle:(NSString *)title image:(nullable UIImage *)image action:(PDFScanMenuItemAction)action;
52 @property (nonatomic, assign, readonly) NSUInteger
index;
54 @property (nonatomic, copy) NSString *
title;
56 @property (nonatomic, strong) NSMutableArray<PDFScanMenuItem *> * items;
64 - (instancetype)initWithTitle:(nullable NSString *)title items:(NSArray <
PDFScanMenuItem *> *)items;
107 - (void)exchangeMenuItemGroupAtIndex:(NSInteger)index1 withMenuItemGroupAtIndex:(NSInteger)index2 forMenuViewType:(
PDFScanMenuViewType)menuViewType;
139 NS_ASSUME_NONNULL_END