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

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

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