提交
This commit is contained in:
@@ -23,6 +23,12 @@ typedef NS_ENUM(NSInteger) {
|
||||
@optional
|
||||
-(void)timeDownDidFinished;
|
||||
|
||||
-(void)timeDownStartAnimation;
|
||||
|
||||
-(void)timeDownStopAnimation;
|
||||
|
||||
-(void)timeDownUpdateAnimationWithTime:(NSInteger)time;
|
||||
|
||||
@end
|
||||
@interface QXMeetActivityView : UIView
|
||||
-(void)showInView:(UIView *)view;
|
||||
@@ -33,17 +39,13 @@ typedef NS_ENUM(NSInteger) {
|
||||
@end
|
||||
|
||||
@interface QXMeetTimeDownView :UIView
|
||||
@property (nonatomic,strong)UIImageView *timeBgView1;
|
||||
@property (nonatomic,strong)UIImageView *timeBgView2;
|
||||
@property (nonatomic,strong)UIImageView *timeBgView3;
|
||||
@property (nonatomic,strong)UIImageView *timeBgView4;
|
||||
@property (nonatomic,strong)UIImageView *bgImageView;
|
||||
|
||||
@property (nonatomic,strong)UILabel *centerLabel;
|
||||
@property (nonatomic,strong)UILabel *bigTimeLabel;
|
||||
|
||||
@property (nonatomic,strong)UILabel *titleLabel;
|
||||
@property (nonatomic,strong)UILabel *timeLabel;
|
||||
|
||||
@property (nonatomic,strong)UILabel *timeLabel1;
|
||||
@property (nonatomic,strong)UILabel *timeLabel2;
|
||||
@property (nonatomic,strong)UILabel *timeLabel3;
|
||||
@property (nonatomic,strong)UILabel *timeLabel4;
|
||||
|
||||
@property (nonatomic,assign)long long endTime;
|
||||
@property (nonatomic,assign)long long startTime;
|
||||
@@ -62,6 +64,32 @@ typedef NS_ENUM(NSInteger) {
|
||||
@property (nonatomic,assign)QXMeetDrawBtnType btnType;
|
||||
@end
|
||||
|
||||
@interface QXMeetUserView : UIView
|
||||
@property (nonatomic,strong)UIImageView *headerImageView;
|
||||
@property (nonatomic,strong)UIImageView *dressImageView;
|
||||
@property (nonatomic,strong)UILabel *tagLabel;
|
||||
@property (nonatomic,strong)UILabel *nameLabel;
|
||||
@property (nonatomic,assign)BOOL isLuckUser;
|
||||
@property (nonatomic,strong)QXUserModel *model;
|
||||
-(void)resetView;
|
||||
@end
|
||||
|
||||
@interface QXMeetGiftView : UIView
|
||||
@property (nonatomic,strong)UIImageView *bgImageView;
|
||||
@property (nonatomic,strong)UIImageView *giftBgImageView;
|
||||
@property (nonatomic,strong)UIImageView *giftImageView;
|
||||
@property (nonatomic,strong)UIImageView *giftPriceBgView;
|
||||
@property (nonatomic,strong)UIButton *giftCoin;
|
||||
@property (nonatomic,strong)UILabel *giftNameLabel;
|
||||
@property (nonatomic,assign)BOOL isLockGift;
|
||||
@property (nonatomic,strong)QXDrawGiftModel* model;
|
||||
|
||||
// 控制方法
|
||||
- (void)startAnimation;
|
||||
- (void)stopAnimation;
|
||||
- (void)resetAnimation;
|
||||
|
||||
@end
|
||||
|
||||
//@interface QXMeetGiftCell : GKCycleScrollViewCell
|
||||
//@property (nonatomic,strong)UIImageView *giftBgImageView;
|
||||
|
||||
Reference in New Issue
Block a user