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

#import <UIKit/UIKit.h>

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

@end
