summaryrefslogtreecommitdiff
path: root/platform/ios/Classes/MuInkView.h
blob: 8dd607f3284b1f5539abff64e9e2965b06ee2da3 (plain)
1
2
3
4
5
6
7
8
9
#import <UIKit/UIKit.h>

@interface MuInkView : UIView

@property(readonly) NSArray *curves;

- (instancetype) initWithPageSize:(CGSize)pageSize;

@end