summaryrefslogtreecommitdiff
path: root/platform/darwin/NSException+MGLAdditions.h
blob: f75b54c15ce9d1f8829d03e5da345db1cf7f7053 (plain)
1
2
3
#import <Foundation/Foundation.h>

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