usingReactNative.Bridge;usingSystem;usingSystem.Collections.Generic;usingWindows.ApplicationModel.Core;usingWindows.UI.Core;namespaceThread.RNThread{/// <summary>/// A module that allows JS to share data./// </summary>classRNThreadModule:NativeModuleBase{/// <summary>/// Instantiates the <see cref="RNThreadModule"/>./// </summary>internalRNThreadModule(){}/// <summary>/// The name of the native module./// </summary>publicoverridestringName{get{return"RNThread";}}}}