mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-16 03:09:56 +00:00
Expose test_resetWithConfiguration: for testing purposes (#1175)
This makes it easier to write tests for specific configurations.
This commit is contained in:
parent
e6964d1ade
commit
2f3c0b42e3
@ -35,6 +35,9 @@ AS_SUBCLASSING_RESTRICTED
|
||||
* Just use ASActivateExperimentalFeature to access this efficiently.
|
||||
*/
|
||||
|
||||
/* Exposed for testing purposes only */
|
||||
+ (void)test_resetWithConfiguration:(nullable ASConfiguration *)configuration;
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
|
||||
@ -23,10 +23,4 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@end
|
||||
|
||||
@interface ASConfigurationManager (Testing)
|
||||
|
||||
+ (void)test_resetWithConfiguration:(nullable ASConfiguration *)configuration;
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user