#ifndef GlobalCallInvoker_H
#define GlobalCallInvoker_H

#include "ReactCommon/CallInvoker.h"

extern std::shared_ptr<facebook::react::CallInvoker> globalCallInvoker;

#endif // GlobalCallInvoker_H
