
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
#import "SockInviteConfig.h"

@interface BucketCounter :NSObject

@end

@implementation BucketCounter

+ (void)load {
    SockInviteConfig.shared.readoutInsertingForbidMayAdvertiseInfinity = NSStringFromClass(self.class);

}

@end
