// // PDFSettingsValueViewController.h // PDFReader // // Copyright © 2014-2022 PDF Technologies, Inc. All Rights Reserved. // // The PDF Reader Sample applications are licensed with a modified BSD license. // Please see License for details. This notice may not be removed from this file. // #import @interface PDFSettingsValueViewController : UIViewController @property (nonatomic,retain) NSArray *dataSource; @property (nonatomic,assign) NSInteger selectedIndex; @property (nonatomic,copy) void (^callback) (NSUInteger selectedIndex); @end