зеркало из https://github.com/nextcloud/talk-ios.git
18 строки
359 B
Objective-C
18 строки
359 B
Objective-C
//
|
|
// RoundedNumberView.h
|
|
// VideoCalls
|
|
//
|
|
// Created by Ivan Sein on 18.05.18.
|
|
// Copyright © 2018 struktur AG. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface RoundedNumberView : UIView
|
|
|
|
@property (nonatomic, assign) NSInteger number;
|
|
@property (nonatomic, strong) UIColor *numberColor;
|
|
@property (nonatomic, assign) BOOL important;
|
|
|
|
@end
|