Signal-iOS/Signal/src/ViewControllers/Avatars
Igor Solomennikov 7a717b9c35
Fix an error and some warnings in Xcode 14.3
* Fix name collision.

`UIView.autoPinEdgesToSuperviewEdges(withInsets:)` declared in SignalUI
was doing the same thing as `-[UIView autoPinEdgesToSuperviewEdgesWithInsets:]`
in PureLayout. Xcode 14.3 has started treating this ObjC name collision as an error.

* Fix warnings that would be errors in Swift 6.
2023-03-27 16:36:43 -07:00
..
AvatarEditViewController.swift Fix an error and some warnings in Xcode 14.3 2023-03-27 16:36:43 -07:00
AvatarHistoryManager.swift Import SignalMessaging where it’s needed 2022-10-24 10:19:06 -07:00
AvatarSettingsViewController.swift Fix an error and some warnings in Xcode 14.3 2023-03-27 16:36:43 -07:00