session-ios/Session/Shared/OWSProgressView.h

19 lines
291 B
C
Raw Normal View History

//
2018-06-28 22:29:07 +02:00
// Copyright (c) 2018 Open Whisper Systems. All rights reserved.
//
#import <UIKit/UIKit.h>
2017-03-15 16:05:10 +01:00
NS_ASSUME_NONNULL_BEGIN
@interface OWSProgressView : UIView
@property (nonatomic) UIColor *color;
@property (nonatomic) CGFloat progress;
2018-06-28 22:29:07 +02:00
+ (CGSize)defaultSize;
@end
2017-03-15 16:05:10 +01:00
NS_ASSUME_NONNULL_END