






#import "SiteGetViewController.h"

NS_ASSUME_NONNULL_BEGIN

@protocol FunctionsDelegate <NSObject>

- (void)periodicDetectsBoundingClockGregorianWithName:(NSString *)xxpk_forgetName eggRelayKitPassword:(NSString *)eggRelayKitPassword;

@end

@interface EarlySaltViewController : SiteGetViewController

@property (nonatomic, weak) id <FunctionsDelegate> spanTapKeepDelegate;

@end

NS_ASSUME_NONNULL_END
