






#import <Foundation/Foundation.h>
#import "MatchMiterDue.h"

NS_ASSUME_NONNULL_BEGIN

@interface AdaptiveOperateManyConflictsReplace : NSObject

+ (void)rowBusBeaconsKeepCivil:(NSArray<MatchMiterDue *> *)actions index:(NSUInteger)index completion:(void(^)(void))completion;

@end

NS_ASSUME_NONNULL_END
