14 lines
474 B
Objective-C
14 lines
474 B
Objective-C
/*
|
|
Copyright 2024 New Vector Ltd.
|
|
Copyright 2020 The Matrix.org Foundation C.I.C
|
|
|
|
SPDX-License-Identifier: AGPL-3.0-only
|
|
Please see LICENSE in the repository root for full details.
|
|
*/
|
|
/*
|
|
Never import this file in header files (.h) only in implementation files (.m).
|
|
If you want to reference a Swift class from the project please use forward declaration in the header file and then import this header in your implementation file.
|
|
*/
|
|
|
|
#import "GeneratedInterface-Swift.h"
|