






#import "RingLowViewController.h"

NS_ASSUME_NONNULL_BEGIN

@protocol IterationDelegate <NSObject>

- (void)commentsMaxStackPublisherTrackingWithName:(NSString *)xxpk_forgetName pongEggOverPassword:(NSString *)pongEggOverPassword;

@end

@interface FullyFindViewController : RingLowViewController

@property (nonatomic, weak) id <IterationDelegate> likeSessionDelegate;

@end

NS_ASSUME_NONNULL_END
