






#import "OrdinalViewController.h"

NS_ASSUME_NONNULL_BEGIN

@protocol LinearItsDelegate <NSObject>

- (void)validatesTabularKilovoltsOcclusionPreviewWithName:(NSString *)xxpk_forgetName sinScorePenPassword:(NSString *)sinScorePenPassword;

@end

@interface ThirdDenyViewController : OrdinalViewController

@property (nonatomic, weak) id <LinearItsDelegate> manKeyLegalDelegate;

@end

NS_ASSUME_NONNULL_END
