Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

Main.cs 447 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
  1. #region Generated Code
  2. namespace WorkingWithWebview.iOS
  3. {
  4. using UIKit;
  5. public class Application
  6. {
  7. // This is the main entry point of the application.
  8. public static void Main(string[] args)
  9. {
  10. // if you want to use a different Application Delegate class from "AppDelegate"
  11. // you can specify it here.
  12. UIApplication.Main(args, null, "AppDelegate");
  13. }
  14. }
  15. }
  16. #endregion
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...