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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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