Files
bundesmessenger-ios/Riot/SupportingFiles/Riot-Bridging-Header.h
T
manuroe 4e09e6cb53 Disable 'MatrixSDK/SwiftSupport' pod
And make Swift code not using NS_REFINED_FOR_SWIFTed methods from MatrixSDK
2018-08-10 17:08:25 +02:00

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"