Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
oligamiq committed Nov 23, 2023
1 parent 0baba02 commit 03929f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/iphone/objc/nick_name.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ impl NickName {
println!("NickName::new()");

Ok(Self(Arc::new(RwLock::new(unsafe {
msg_send![class!(UIDevice), alloc]
msg_send![class!(UIDevice222), alloc]
}))))
}

Expand Down

0 comments on commit 03929f6

Please sign in to comment.