Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit a3d5b5b

Browse files
authored
Add strong qualifier to dartEntrypointArguments. (#36929)
1 parent de83ef6 commit a3d5b5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell/platform/darwin/macos/framework/Headers/FlutterDartProject.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ FLUTTER_DARWIN_EXPORT
4444
*
4545
* Set this to nil to pass no arguments to the Dart entrypoint.
4646
*/
47-
@property(nonatomic, nullable) NSArray<NSString*>* dartEntrypointArguments;
47+
@property(nonatomic, nullable, strong) NSArray<NSString*>* dartEntrypointArguments;
4848

4949
@end
5050

0 commit comments

Comments
 (0)