summaryrefslogtreecommitdiff
path: root/platform/darwin/src/NSException+MGLAdditions.h
blob: 274ca50a899e356dfdfc8b9f6ea699105fbae50a (plain)
1
2
3
4
#import <Foundation/Foundation.h>
#import "MGLLoggingConfiguration_Private.h"

#define MGLAssertIsMainThread() MGLAssert([[NSThread currentThread] isMainThread], @"%s must be accessed on the main thread, not %@", __PRETTY_FUNCTION__, [NSThread currentThread])