mattermost-mobile/ios/Mattermost/BlurAppScreen.h

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