Files
i2p.i2p/launchers/macosx/I2PLauncher/subprocesses/AppleStuffExceptionHandler.h

13 lines
308 B
C
Raw Normal View History

//
// 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);