mirror of
				https://gitlab.com/comunic/comunicmobile
				synced 2025-11-04 04:04:18 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			226 B
		
	
	
	
		
			Objective-C
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			226 B
		
	
	
	
		
			Objective-C
		
	
	
	
	
	
#import <Flutter/Flutter.h>
 | 
						|
#import <UIKit/UIKit.h>
 | 
						|
#import "AppDelegate.h"
 | 
						|
 | 
						|
int main(int argc, char* argv[]) {
 | 
						|
  @autoreleasepool {
 | 
						|
    return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class]));
 | 
						|
  }
 | 
						|
}
 |