20 lines
380 B
Objective-C
20 lines
380 B
Objective-C
//
|
|
// Copyright 2021-2024 New Vector Ltd.
|
|
//
|
|
// SPDX-License-Identifier: AGPL-3.0-only
|
|
// Please see LICENSE in the repository root for full details.
|
|
//
|
|
|
|
#ifndef RiotNSE_Bridging_Header_h
|
|
#define RiotNSE_Bridging_Header_h
|
|
|
|
#import "WidgetConstants.h"
|
|
|
|
#import "MatrixKit-Bridging-Header.h"
|
|
|
|
#import "BuildInfo.h"
|
|
|
|
#import "ThemeService.h"
|
|
|
|
#endif /* RiotNSE_Bridging_Header_h */
|