Skip to content

Instantly share code, notes, and snippets.

@alwold
Created September 2, 2014 22:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alwold/7dc2ee1269f739d0b91c to your computer and use it in GitHub Desktop.
Save alwold/7dc2ee1269f739d0b91c to your computer and use it in GitHub Desktop.
//
// 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