mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 16:42:44 +02:00
e55a733d0c
This reverts commit12ee84f607, reversing changes made to3644b647f6.
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"
|