FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
classdumpios/CDOCModule.h at master · DreamDevLost/classdumpios · GitHub
DreamDevLost
/
classdumpios
Public
Notifications
You must be signed in to change notification settings
Fork
32
Star
46
Code
Issues
2
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
classdumpios
/
CDOCModule.h
Copy path
More file actions
More file actions
Latest commit
History
History
History
16 lines (10 loc) · 371 Bytes
Breadcrumbs
classdumpios
/
CDOCModule.h
Copy path
File metadata and controls
16 lines (10 loc) · 371 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//
-*- 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