Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mcs / class / corlib / System / MonoTouchAOTHelper.cs
1 using System;
2
3 #if MONOTOUCH
4 namespace System {
5         internal class MonoTouchAOTHelper {
6                 internal static bool FalseFlag = false;
7         }
8 }
9 #endif