Ocean
MessengerView.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) Meta Platforms, Inc. and affiliates.
3  *
4  * This source code is licensed under the MIT license found in the
5  * LICENSE file in the root directory of this source tree.
6  */
7 
8 #ifndef META_OCEAN_PLATFORM_APPLE_IOS_MESSENGER_VIEW_H
9 #define META_OCEAN_PLATFORM_APPLE_IOS_MESSENGER_VIEW_H
10 
12 
13 #ifndef __OBJC__
14  #error Platform::Apple::IOS::MessengerView.h needs to be included from an ObjectiveC++ file
15 #endif
16 
17 #import <UIKit/UIKit.h>
18 
19 /**
20  * MessengerView implements a text view showing Ocean's log messages.
21  * @ingroup platformappleios
22  */
24 
25 @end
26 
27 #endif // META_OCEAN_PLATFORM_APPLE_IOS_MESSENGER_VIEW_H
MessengerView implements a text view showing Ocean's log messages.
Definition: MessengerView.h:24