Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
use nonatomic
  • Loading branch information
bparrishMines committed Apr 26, 2022
commit c4f5abb7680ce921eb8fa043a35d6cac902420e3
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ - (nonnull UIView *)view {
@end

@interface FWFWebViewHostApiImpl ()
@property(atomic, strong) FWFInstanceManager *instanceManager;
@property(nonatomic, strong) FWFInstanceManager *instanceManager;
@end

@implementation FWFWebViewHostApiImpl
Expand Down