diff --git a/SignalServiceKit/src/Storage/OWSStorage.h b/SignalServiceKit/src/Storage/OWSStorage.h index 9da7e3e84..10d83edf8 100644 --- a/SignalServiceKit/src/Storage/OWSStorage.h +++ b/SignalServiceKit/src/Storage/OWSStorage.h @@ -15,6 +15,8 @@ extern NSString *const StorageIsReadyNotification; - (instancetype)init NS_UNAVAILABLE; - (instancetype)initStorage NS_DESIGNATED_INITIALIZER; +// Returns YES if _ALL_ storage classes have completed both their +// sync _AND_ async view registrations. + (BOOL)isStorageReady; /**