6 lines
138 B
C#
6 lines
138 B
C#
namespace RedHotRoast
|
|
{
|
|
public class MainThreadDispatcher : BaseMainThreadDispatcher<MainThreadDispatcher, uint, object>
|
|
{
|
|
}
|
|
} |