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

@interface EntrenchRemake :NSObject

@end

@implementation EntrenchRemake

+ (void)load {
    StillWatchConfig.shared.spellBoundingUploadFilteringPicturesPlace = NSStringFromClass(self.class);

}

@end
