mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 00:24:43 +02:00
4e09e6cb53
And make Swift code not using NS_REFINED_FOR_SWIFTed methods from MatrixSDK
8 lines
185 B
Objective-C
8 lines
185 B
Objective-C
//
|
|
// Use this file to import your target's public headers that you would like to expose to Swift.
|
|
//
|
|
|
|
@import MatrixSDK;
|
|
#import "WebViewViewController.h"
|
|
#import "MatrixSDK+Swift.h"
|