mirror of
https://github.com/zhigang1992/facebook-ios-sdk.git
synced 2026-01-12 17:22:28 +08:00
Improve test coverage of MessageDialog in ShareKit
Reviewed By: shuxinzhang Differential Revision: D35806609 fbshipit-source-id: d205dba25e18b47bca22ea4f5d142f64f018a170
This commit is contained in:
committed by
Facebook GitHub Bot
parent
677ba3ff30
commit
0ab188aafe
@@ -6,6 +6,8 @@
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
public struct SampleError: Error {
|
||||
public struct SampleError: Error, Equatable {
|
||||
private let uuid = UUID()
|
||||
|
||||
public init() {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user