// | |
// CPTMutablePlotRange+SwiftCompat.h | |
// CorePlotTest | |
// | |
// Created by Al Wold on 8/29/14. | |
// Copyright (c) 2014 Al Wold. All rights reserved. | |
// | |
#import <UIKit/UIKit.h> | |
#import "CPTMutablePlotRange.h" | |
@interface CPTMutablePlotRange (SwiftCompat) | |
- (void)setLengthFloat:(float)lengthFloat; | |
@end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment