You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
345 B
20 lines
345 B
![]()
2 years ago
|
//
|
||
|
// ClockAndOtherViewController.h
|
||
|
// LekangGuard
|
||
|
//
|
||
|
// Created by ecell on 2022/12/5.
|
||
|
//
|
||
|
|
||
|
#import "BaseViewController.h"
|
||
|
|
||
|
NS_ASSUME_NONNULL_BEGIN
|
||
|
|
||
|
@interface ClockAndOtherViewController : BaseViewController
|
||
|
|
||
|
/// 类型区分 1:设备闹钟,2:上课禁用
|
||
|
@property (nonatomic ,assign) NSInteger viewType;
|
||
|
|
||
|
@end
|
||
|
|
||
|
NS_ASSUME_NONNULL_END
|