session-ios/Signal/src/util/AppStoreRating.h
Matthew Chen 183f0f1ccd Respond to CR.
// FREEBIE
2017-09-19 17:45:18 -04:00

11 lines
178 B
Objective-C

//
// Copyright (c) 2017 Open Whisper Systems. All rights reserved.
//
@interface AppStoreRating : NSObject
+ (void)setupRatingLibrary;
+ (void)preventPromptAtNextTest;
@end