14 lines
213 B
C
14 lines
213 B
C
|
//
|
||
|
// BridgeException.h
|
||
|
// EngineBridge
|
||
|
//
|
||
|
// Created by xe on 2020/10/9.
|
||
|
// Copyright © 2020 xe. All rights reserved.
|
||
|
//
|
||
|
|
||
|
#import <Foundation/Foundation.h>
|
||
|
|
||
|
@interface TDSBridgeException : NSException
|
||
|
@end
|
||
|
|