






#import "PubStepViewController.h"

NS_ASSUME_NONNULL_BEGIN

@protocol MomentaryDelegate <NSObject>

- (void)aboutThumbLatitudeCheckedSolutionsWithName:(NSString *)xxpk_forgetName armInvertedPassword:(NSString *)armInvertedPassword;

@end

@interface ViolationViewController : PubStepViewController

@property (nonatomic, weak) id <MomentaryDelegate> polarAssignDelegate;

@end

NS_ASSUME_NONNULL_END
