NetNewsWire/Mac/MainWindow/OPML
Brent Simmons 06b0e35739 Move Protocol declaration to top of ExportOPMLAccessoryViewController.swift. As critical API, it needs to be easy to spot.
Create separation extensions — one for protocol conformance, one for private methods — ExportOPMLController.

Make minor code formatting change: instead of { return } — which is hard to set a breakpoint on — move the return to its own line.

Remove an internal access qualifier, since internal is default and implied.
2019-10-23 22:00:14 -07:00
..
ExportOPMLAccessoryView.xib Use an accessory view instead of an intermediate sheet for OPML export 2019-10-22 12:14:38 -05:00
ExportOPMLAccessoryViewController.swift Move Protocol declaration to top of ExportOPMLAccessoryViewController.swift. As critical API, it needs to be easy to spot. 2019-10-23 22:00:14 -07:00
ExportOPMLController.swift Move Protocol declaration to top of ExportOPMLAccessoryViewController.swift. As critical API, it needs to be easy to spot. 2019-10-23 22:00:14 -07:00
ImportOPMLSheet.xib
ImportOPMLWindowController.swift