зеркало из https://github.com/nextcloud/talk-ios.git
18 строки
310 B
C
18 строки
310 B
C
|
//
|
||
|
// DateHeaderView.h
|
||
|
// VideoCalls
|
||
|
//
|
||
|
// Created by Ivan Sein on 16.05.18.
|
||
|
// Copyright © 2018 struktur AG. All rights reserved.
|
||
|
//
|
||
|
|
||
|
#import <UIKit/UIKit.h>
|
||
|
|
||
|
static CGFloat kDateHeaderViewHeight = 34.0;
|
||
|
|
||
|
@interface DateHeaderView : UIView
|
||
|
|
||
|
@property (weak, nonatomic) IBOutlet UILabel *dateLabel;
|
||
|
|
||
|
@end
|