//
//  AlanText.h
//  AlanSDK
//
//  Copyright © 2019 Alan AI Inc. All rights reserved.
//

#import <UIKit/UIKit.h>

/**
 AlanText
 This class provides a view with recognised text
 
 Usage:
 
 1. Create AlanText class as usual UIView
 2. Place AlanText to some place in your application
 3. Once recognised text is received from server-side it will be displayed inside AlanHint
 */
@interface AlanText : UIView

@end
