﻿void SetupRecognizers (UITableViewCell cell, UIDocumentInteractionController doc)
{
	cell.contentView.gestureRecognizers = doc.GestureRecognizers;
}