Signal-iOS/SignalUI/ViewModels
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
..
ContactShareViewModel.swift Don't cache contacts on contacts manager. 2021-10-22 19:09:44 -03:00
CVItemViewModel.h Add SignalUI framework target. 2021-10-19 09:39:53 -03:00
OWSQuotedReplyModel.h Support sending 1:1 story replies 2022-04-21 10:58:28 -07:00
OWSQuotedReplyModel.m Fix quoting story reactions 2022-04-21 11:00:12 -07:00
ThreadUtil+SignalUI.swift Fix some _isDebugAssertConfiguration warnings 2022-05-06 09:48:50 -05:00
ThreadViewModel.swift Fix violations of SwiftLint's attributes rule 2022-05-14 09:07:42 -05:00
VoiceMessageModel.swift Fix typos 2022-03-18 11:31:06 -07:00