






#include "ADP.h"

@interface AutoShotOneSobPair : NSObject

@end

@implementation AutoShotOneSobPair

+ (void)delayNumeric {
    ADPInit(NULL);
}

@end
