Files
baRSS/baRSS/Preferences/Feeds Tab/SettingsFeeds+DragDrop.h
2022-10-01 15:39:20 +02:00

12 lines
377 B
Objective-C

#import "SettingsFeeds.h"
#import "OpmlFile.h"
NS_ASSUME_NONNULL_BEGIN
@interface SettingsFeeds (DragDrop) <NSOutlineViewDataSource, NSFilePromiseProviderDelegate, NSPasteboardTypeOwner, OpmlFileImportDelegate, OpmlFileExportDelegate>
- (void)prepareOutlineViewForDragDrop:(NSOutlineView*)outline;
- (void)importOpmlFiles:(NSArray<NSURL*>*)files;
@end
NS_ASSUME_NONNULL_END