Sha256: a5f30d988dc61d01d281c13535a00f20322707ba853e91e475aa62f0c0624e68
Contents?: true
Size: 252 Bytes
Versions: 4
Compression:
Stored size: 252 Bytes
Contents
// // B2DShape.h // Box2D // // Created by Juan Jose Karam on 3/6/13. // Copyright (c) 2013 CurveBeryl. All rights reserved. // #import <Foundation/Foundation.h> @interface B2DShape : NSObject @property (nonatomic, assign) b2Shape *shape; @end
Version data entries
4 entries across 4 versions & 1 rubygems