// // GameResultView.h // BuguLive // // Created by 布谷 on 2017/6/7. // Copyright © 2017年 xfg. All rights reserved. // #import @interface GameResultView : UIView @property (weak, nonatomic) IBOutlet UIImageView *resultImageView; @property (weak, nonatomic) IBOutlet UIView *resultNumberView; @property (weak, nonatomic) IBOutlet UILabel *resultNumberLabel; @property (weak, nonatomic) IBOutlet UILabel *winTitleLabel; @property (weak, nonatomic) IBOutlet UILabel *winNameLabel; @property (weak, nonatomic) IBOutlet UILabel *winNumberLabel; @end