未验证 提交 48831315 编写于 作者: C Chris Bracken 提交者: GitHub

Set FlutterTexture copyPixelBuffer return nullable (#4934)

This is to support Swift users, where nil is allowed for CVPixelBufferRef.
上级 58d6ea36
......@@ -14,7 +14,7 @@ NS_ASSUME_NONNULL_BEGIN
FLUTTER_EXPORT
@protocol FlutterTexture<NSObject>
- (CVPixelBufferRef)copyPixelBuffer;
- (CVPixelBufferRef _Nullable)copyPixelBuffer;
@end
FLUTTER_EXPORT
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册