Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modern writing style #18

Merged
merged 2 commits into from
Nov 3, 2023
Merged

Modern writing style #18

merged 2 commits into from
Nov 3, 2023

Conversation

p-x9
Copy link
Owner

@p-x9 p-x9 commented Nov 3, 2023

@AssociatedObject(.OBJC_ASSOCIATION_RETAIN_NONATOMIC)
var text = "text"

 /* ↓↓↓↓↓ */

@AssociatedObject(.retain(nonatomic))
var text = "text"

@p-x9 p-x9 changed the title Feature/modern writing style Modern writing style Nov 3, 2023
@p-x9 p-x9 merged commit ac2684b into main Nov 3, 2023
1 check passed
@p-x9 p-x9 deleted the feature/modern-writing-style branch November 3, 2023 23:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant