session-ios/Signal/src/util/AppStoreRating.h

16 lines
259 B
Objective-C

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