Skip to content

[3.x] VLCKit.h: expose VLCDialogProvider

Felix Paul Kühne requested to merge fkuehne/VLCKit:3.0-fix-vlckit into 3.0

The class and the associated protocol was previously not exposed on macOS as part of the umbrella header while the header itself was shipped, so the API was hidden from swift relying on the module map.

Additionally, this reorders the header content to make it easier to compare with the iOS counterpart.

Merge request reports