void ReleaseDesignerOutlets ()
		{
			if (CellComment != null) {
				CellComment.Dispose ();
				CellComment = null;
			}

			if (CellTimestamp != null) {
				CellTimestamp.Dispose ();
				CellTimestamp = null;
			}

			if (CellUserImageButton != null) {
				CellUserImageButton.Dispose ();
				CellUserImageButton = null;
			}

			if (CellUsernameLabel != null) {
				CellUsernameLabel.Dispose ();
				CellUsernameLabel = null;
			}
		}
		void ReleaseDesignerOutlets ()
		{
			if (CellCaptionTextView != null) {
				CellCaptionTextView.Dispose ();
				CellCaptionTextView = null;
			}

			if (CellClockImage != null) {
				CellClockImage.Dispose ();
				CellClockImage = null;
			}

			if (CellCommentButton != null) {
				CellCommentButton.Dispose ();
				CellCommentButton = null;
			}

			if (CellLikeButton != null) {
				CellLikeButton.Dispose ();
				CellLikeButton = null;
			}

			if (CellRepostButton != null) {
				CellRepostButton.Dispose ();
				CellRepostButton = null;
			}

			if (CellRepostedLabel != null) {
				CellRepostedLabel.Dispose ();
				CellRepostedLabel = null;
			}

			if (CellTimeElapsedLabel != null) {
				CellTimeElapsedLabel.Dispose ();
				CellTimeElapsedLabel = null;
			}

			if (CellTimeRemaining != null) {
				CellTimeRemaining.Dispose ();
				CellTimeRemaining = null;
			}

			if (CellUserImageButton != null) {
				CellUserImageButton.Dispose ();
				CellUserImageButton = null;
			}

			if (CellUsernameLabel != null) {
				CellUsernameLabel.Dispose ();
				CellUsernameLabel = null;
			}
		}