File rename

This commit is contained in:
relikd
2019-07-25 18:56:08 +02:00
parent d56916be7a
commit 21e2d6706f
4 changed files with 8 additions and 8 deletions

View File

@@ -20,7 +20,7 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
#import "OpmlExport.h"
#import "OpmlFile.h"
#import "FeedMeta+Ext.h"
#import "FeedGroup+Ext.h"
#import "StoreCoordinator.h"

View File

@@ -21,7 +21,7 @@
// SOFTWARE.
#import "SettingsFeeds.h"
#import "OpmlExport.h"
#import "OpmlFile.h"
@interface SettingsFeeds (DragDrop) <NSOutlineViewDataSource, NSFilePromiseProviderDelegate, NSPasteboardTypeOwner, OpmlFileImportDelegate, OpmlFileExportDelegate>
- (void)prepareOutlineViewForDragDrop:(NSOutlineView*)outline;