using UIKit;
namespace ImageView {
public class Application {
static void Main (string[] args)
{
UIApplication.Main (args, null, "AppDelegate");
}