// // AppStoreRating.h // Signal // // Created by Frederic Jacobs on 23/08/15. // Copyright (c) 2015 Open Whisper Systems. All rights reserved. // #import @interface AppStoreRating : NSObject + (void)setupRatingLibrary; + (void)preventPromptAtNextTest; @end