KCSP/ProductApp/Pods/ICGVideoTrimmer/Source/ICGRulerView.h

19 lines
411 B
Objective-C

//
// ICGRulerView.h
// ICGVideoTrimmer
//
// Created by Huong Do on 1/25/15.
// Copyright (c) 2015 ichigo. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface ICGRulerView : UIView
@property (assign, nonatomic) CGFloat widthPerSecond;
@property (strong, nonatomic) UIColor *themeColor;
- (instancetype)initWithFrame:(CGRect)frame widthPerSecond:(CGFloat)width themeColor:(UIColor *)color;
@end