CartoType iOS API 8.8-13-g03c6f7017
for development in Swift and Objective C for iOS and Mac OS
CartoTypeView.h
Go to the documentation of this file.
1/*
2CartoTypeView.h
3Copyright 2019-2022 CartoType Ltd.
4See www.cartotype.com for more information.
5*/
6
7#import <CartoType/CartoType.h>
8#import <CartoType/CartoTypeFramework.h>
9#import <CartoType/MGLKit.h>
10
21@interface CartoTypeView: MGLKView
22
24-(void)setFramework:(CartoTypeFramework*)aFramework;
25
27-(void)drawRect:(CGRect)rect;
28
29@end
Definition: CartoTypeFramework.h:59
Definition: CartoTypeView.h:22