10 lines
139 B
C#
10 lines
139 B
C#
|
using System;
|
||
|
|
||
|
#if MONOTOUCH
|
||
|
namespace System {
|
||
|
internal class MonoTouchAOTHelper {
|
||
|
internal static bool FalseFlag = false;
|
||
|
}
|
||
|
}
|
||
|
#endif
|