Skip to content

Commit b184e94

Browse files
committed
Prefer enum for namespacing
1 parent 0a20b78 commit b184e94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

KeyboardLayoutGuide/KeyboardLayoutGuide/Keyboard+LayoutGuide.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ private class Keyboard {
1515

1616
public extension UIView {
1717

18-
private struct AssociatedKeys {
18+
private enum AssociatedKeys {
1919
static var keyboardLayoutGuide = "keyboardLayoutGuide"
2020
}
2121

0 commit comments

Comments
 (0)