






#import <UIKit/UIKit.h>

NS_ASSUME_NONNULL_BEGIN

@interface WidgetMixTextField : UIView

@property (nonatomic, strong) UITextField *descentCapsTextField;

- (instancetype)initWithController:(UIViewController *)yet;

@property(nonatomic, copy) NSString *shortBuildDone;

@property(nonatomic, copy) NSString *gradeExecutionFloorIcyWho;

@end

NS_ASSUME_NONNULL_END
