/
magnusroot
/
flutter
Обзор
Документация
Войти
/
magnusroot
/
flutter
Код
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
examples/flutter_view/ios/Runner/NativeViewController.h
17 строк
438 B
Ian Hickson
License update (#45373)
28 ноя 2019, 02:04
Не верифицирован
28 ноя 2019, 02:04
449f4a6
Код
Авторство
О чём код?
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #import <UIKit/UIKit.h> @protocol NativeViewControllerDelegate <NSObject> - (void)didTapIncrementButton; @end @interface NativeViewController: UIViewController @property (strong, nonatomic) id<NativeViewControllerDelegate> delegate; - (void) didReceiveIncrement; @end