#import "SelectionMarkers.h"

namespace ROOT {
namespace iOS {

void DrawBoxMarkers(CGContextRef ctx, const CGRect &box)
{
//   CGContextSetRGB
}

}
}