mattermost-mobile/ios/BlurAppScreen.h
enahum cd5fb71681 Appconfig support for iOS and Android (#856)
* AppConfig support for iOS

* AppConfig support for Android

* Fix typo

* Java feedback review
2017-08-18 12:19:00 -04:00

13 lines
246 B
Objective-C

//
// BlurAppScreen.h
// Mattermost
//
// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
//
#import <React/RCTBridge.h>
@interface BlurAppScreen : NSObject <RCTBridgeModule>
@end