2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-13 02:35:27 +00:00
Files
.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
inventree-app/ios/Runner/AppDelegate.h
Oliver Walters 56d7f6389c Initial project commit
Generated icon using flutter_launcher_icons plugin
2019-06-24 00:33:22 +10:00

7 lines
103 B
Objective-C

#import <Flutter/Flutter.h>
#import <UIKit/UIKit.h>
@interface AppDelegate : FlutterAppDelegate
@end