jrmu suggested changing comment format

This commit is contained in:
Gregory John Casamento 2019-10-05 23:09:12 -04:00
parent 9bcf4ea8ad
commit 51d001ce96
2 changed files with 3 additions and 4 deletions

View file

@ -68,7 +68,7 @@ extern "C" {
// Dimension using units....
@interface NSDimension : NSUnit <NSCoding>
{
NSUInteger _reserved;
double _value;
NSUnitConverter *_converter;
}

View file

@ -205,15 +205,14 @@
Base unit - metersPerSecondSquared
*/
- (NSUnitAcceleration *) metersPerSecondSquared { return nil; }
- (NSUnitAcceleration *) gravity { return nil; }
@end
@implementation NSUnitAngle
/*
Base unit - degrees
*/
// Base unit - degrees
- (NSUnitAngle *) degrees { return nil; }
- (NSUnitAngle *) arcMinutes { return nil; }