2015-01-19 18:09:40 +03:00
|
|
|
using UIKit;
|
2011-08-27 00:52:03 +04:00
|
|
|
|
2016-06-17 05:32:08 +03:00
|
|
|
namespace ZoomingPdfViewer {
|
|
|
|
public class Application {
|
2011-08-27 00:52:03 +04:00
|
|
|
static void Main (string[] args)
|
|
|
|
{
|
|
|
|
UIApplication.Main (args, null, "AppDelegate");
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|