mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-13 18:55:34 +00:00
.github
android
assets
ios
Flutter
Runner
Assets.xcassets
Base.lproj
AppDelegate.h
AppDelegate.m
Info.plist
main.m
Runner.xcodeproj
Runner.xcworkspace
Podfile
lib
res
test
.gitignore
.gitmodules
.metadata
LICENSE
README.md
RELEASE.md
analysis_options.yaml
crowdin.yml
find_dart_files.py
l10n.yaml
pubspec.lock
pubspec.yaml
requirements.txt
7 lines
103 B
Objective-C
7 lines
103 B
Objective-C
#import <Flutter/Flutter.h>
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface AppDelegate : FlutterAppDelegate
|
|
|
|
@end
|