TDSBridgeException.h 213 B

12345678910111213
  1. //
  2. // BridgeException.h
  3. // EngineBridge
  4. //
  5. // Created by xe on 2020/10/9.
  6. // Copyright © 2020 xe. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. @interface TDSBridgeException : NSException
  10. @end