未验证 提交 ba615d52 编写于 作者: G gaaclarke 提交者: GitHub

Added missing declaration (only showed up in g3 builds). (#17535)

上级 ab434c55
......@@ -14,6 +14,7 @@
constexpr int32_t kRootNodeId = 0;
@class FlutterCustomAccessibilityAction;
@class FlutterPlatformViewSemanticsContainer;
/**
......@@ -92,6 +93,7 @@ constexpr int32_t kRootNodeId = 0;
- (BOOL)nodeWillCauseScroll:(const flutter::SemanticsNode*)node;
- (void)collectRoutes:(NSMutableArray<SemanticsObject*>*)edges;
- (NSString*)routeName;
- (BOOL)onCustomAccessibilityAction:(FlutterCustomAccessibilityAction*)action;
@end
......
......@@ -7,6 +7,8 @@
#include "flutter/shell/platform/darwin/ios/platform_view_ios.h"
#pragma GCC diagnostic error "-Wundeclared-selector"
FLUTTER_ASSERT_NOT_ARC
namespace flutter {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册