add 题目
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
//
|
||||
// GIGaQuestionSlider.h
|
||||
// GIGA
|
||||
//
|
||||
// Created by lianxiang on 2018/9/11.
|
||||
// Copyright © 2018年 com.giga.ios. All rights reserved.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
typedef NS_ENUM(NSInteger,GIGaQuestionSliderType)
|
||||
{
|
||||
GIGaQuestionSliderTypeGray = 0,//灰
|
||||
GIGaQuestionSliderTypeGradient ,//变色
|
||||
|
||||
|
||||
};
|
||||
|
||||
@interface GIGaQuestionSlider : UISlider
|
||||
- (instancetype)initWithFrame:(CGRect)frame type:(GIGaQuestionSliderType)type;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user