1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-06 18:26:22 +03:00
aan a9bdd54d1d 0028148: Samples - add 3D Viewer sample for iOS platform
Sample that uses UIKit has been added.
- Import of STEP files is provided
- Zoom, Rotate, Pan actions are provided
- Selection of solids is supported
2017-04-28 12:44:56 +03:00

16 lines
205 B
Objective-C

//
// ViewController.h
// UIKitSample
//
// Created by aan on 21/11/16.
// Copyright © 2016 aan. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface ViewController : UIViewController
@end