// // LambohiniViewController.h // animatedemo // // Created by 7yword on 16/7/13. // Copyright © 2016年 7yworld. All rights reserved. // #import @protocol LambohiniViewControllerDelegate @required - (void)lambohiniAnimationFinished; @end @interface LambohiniViewController : UIViewController @property (nonatomic, weak) id delegate; @property (nonatomic, copy) NSString *senderNameStr; @property (weak, nonatomic) IBOutlet UILabel *senderNameLabel; @end