blob: 88bebad5ed48e84fea5b9657da75a29b6be5c90f [file] [log] [blame]
// -*- mode: ObjC -*-
// This file is part of class-dump, a utility for examining the Objective-C segment of Mach-O files.
// Copyright (C) 1997-2019 Steve Nygard.
#import "CDLoadCommand.h"
@interface CDLCSourceVersion : CDLoadCommand
@property (nonatomic, readonly) NSString *sourceVersionString;
@end