FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

GitHub Viewer

// -*- 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. @class CDOCSymtab; @interface CDOCModule : NSObject @property (assign) uint32_t version; @property (strong) NSString *name; @property (strong) CDOCSymtab *symtab; - (NSString *)formattedString; @end

Back | FazBrowse Home | New Git URL