mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 17:12:45 +02:00
ef31ad428b
This reverts commit 7f5d3b46eb02a7801d4a7c781762eea3d16ee0e6, reversing changes made to 5a3adde8f70daec795ac1bee17c5159a155c6106.
12 lines
267 B
Objective-C
12 lines
267 B
Objective-C
//
|
|
// Use this file to import your target's public headers that you would like to expose to Swift.
|
|
//
|
|
|
|
#import "ThemeService.h"
|
|
#import "AvatarGenerator.h"
|
|
#import "BuildInfo.h"
|
|
#import "ShareItemSender.h"
|
|
|
|
// MatrixKit imports
|
|
#import "MatrixKit-Bridging-Header.h"
|