//
// PrizeMainViewController.h
// Lighting
//
// Created by 曹云霄 on 2016/11/22.
// Copyright © 2016年 上海勾芒科技有限公司. All rights reserved.
//
#import "BaseViewController.h"
@interface PrizeMainViewController : BaseViewController
/**
兑奖记录
*/
@property (weak, nonatomic) IBOutlet UIButton *recordButton;
/**
申请兑奖
*/
@property (weak, nonatomic) IBOutlet UIButton *requestExchangeButton;
/**
奖品列表
*/
@property (weak, nonatomic) IBOutlet UICollectionView *prizeListCollectionView;
/**
FlowLayout
*/
@property (weak, nonatomic) IBOutlet UICollectionViewFlowLayout *prizeCollectionViewFlowLayout;
@end
-
曹云霄 authorede171a48c