Signal-iOS/SignalUI/Utils
Evan Hahn 29c0ddf60e Fix violations of SwiftLint's attributes rule
_I recommend reviewing this with whitespace changes disabled._

Most of these were `@objc` being on the same line, which I fixed with [a
silly script][1]—probably could've used `sed` if I were wiser. The rest
were manual fixes.

See [the SwiftLint documentation for this rule][0].

[0]: https://realm.github.io/SwiftLint/attributes.html
[1]: https://gist.github.com/EvanHahn-Signal/d353c93fa269c82b96baca0a1086521f
2022-05-14 09:07:42 -05:00
..
AppContext+SignalUI.swift Add SignalUI framework target. 2021-10-19 09:39:53 -03:00
AttachmentMultisend.swift Fix forwarding of messages with mentions 2022-03-08 00:00:43 -08:00
BlockListUIUtils.h Add SignalUI framework target. 2021-10-19 09:39:53 -03:00
BlockListUIUtils.m replaced NSLocalizedStringFromAppBundle with OWSLocalizedString 2022-03-08 10:17:25 +01:00
ConversationStyle.swift Remove unused chat view code 2022-05-10 09:48:28 -07:00
FullTextSearcher.swift Rename HomeViewController to ChatListViewController 2022-03-16 17:51:51 -07:00
GroupManager+SignalMessaging.swift replaced NSLocalizedStringFromAppBundle with OWSLocalizedString 2022-03-08 10:17:25 +01:00
GroupViewUtils.swift moved older stringsdict changes into new branch; minor changes (#4205) 2022-04-28 17:41:43 +02:00
MobileCoinHelperSDK.swift Move MobileCoin SDK to SignalUI. 2021-11-02 14:26:03 -03:00
NameCollisionFinder.swift Introduce Refinery to help batch DB queries. 2022-03-04 10:44:07 -08:00
OWSAnyTouchGestureRecognizer.h Add SignalUI framework target. 2021-10-19 09:39:53 -03:00
OWSAnyTouchGestureRecognizer.m Add SignalUI framework target. 2021-10-19 09:39:53 -03:00
OWSAudioPlayer.h Add SignalUI framework target. 2021-10-19 09:39:53 -03:00
OWSAudioPlayer.m replaced NSLocalizedStringFromAppBundle with OWSLocalizedString 2022-03-08 10:17:25 +01:00
OWSAudioSession.swift Fix violations of SwiftLint's attributes rule 2022-05-14 09:07:42 -05:00
OWSProfileManager+SignalUI.h Add SignalUI framework target. 2021-10-19 09:39:53 -03:00
OWSProfileManager+SignalUI.m replaced NSLocalizedStringFromAppBundle with OWSLocalizedString 2022-03-08 10:17:25 +01:00
OWSSounds+SignalUI.swift Add SignalUI framework target. 2021-10-19 09:39:53 -03:00
StoryMessage+SignalUI.swift Render 1:1 story replies 2022-04-15 19:28:14 -07:00
TSMessage+SignalUI.swift Add context menu to group replies 2022-03-31 00:36:20 -07:00