summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLFoundation.mm
blob: 5cda1dced38ac0116cc6e6713b751093830e6d24 (plain)
1
2
3
4
5
6
#import "MGLFoundation_Private.h"

/// Initializes the run loop shim that lives on the main thread.
void MGLInitializeRunLoop() {
    static mbgl::util::RunLoop runLoop;
}