DateHeaderView.h 298 B

1234567891011121314
  1. /**
  2. * SPDX-FileCopyrightText: 2020 Nextcloud GmbH and Nextcloud contributors
  3. * SPDX-License-Identifier: GPL-3.0-or-later
  4. */
  5. #import <UIKit/UIKit.h>
  6. static CGFloat kDateHeaderViewHeight = 34.0;
  7. @interface DateHeaderView : UIView
  8. @property (weak, nonatomic) IBOutlet UILabel *dateLabel;
  9. @end