forked from I2P_Developers/i2p.i2p
13 lines
308 B
C
13 lines
308 B
C
![]() |
//
|
||
|
// AppleStuffExceptionHandler.h
|
||
|
// I2PLauncher
|
||
|
//
|
||
|
// Created by Mikal Villa on 17/09/2018.
|
||
|
// Copyright © 2018 The I2P Project. All rights reserved.
|
||
|
//
|
||
|
|
||
|
#import <Foundation/Foundation.h>
|
||
|
|
||
|
extern NSException* __nullable AppleStuffExecuteWithPossibleExceptionInBlock(dispatch_block_t _Nonnull block);
|
||
|
|