Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do you know zhe define of ‘_FBNSCFTimerInfoStruct’ ? #32

Open
zjutwhw opened this issue Jun 13, 2017 · 2 comments
Open

How do you know zhe define of ‘_FBNSCFTimerInfoStruct’ ? #32

zjutwhw opened this issue Jun 13, 2017 · 2 comments

Comments

@zjutwhw
Copy link

zjutwhw commented Jun 13, 2017

typedef struct {
long _unknown; // This is always 1
id target;
SEL selector;
NSDictionary *userInfo;
} _FBNSCFTimerInfoStruct;

这个定义是怎么发现的?

@zjutwhw
Copy link
Author

zjutwhw commented Jun 13, 2017

typedef struct {
long _unknown; // This is always 1
id target;
SEL selector;
NSDictionary *userInfo;
} _FBNSCFTimerInfoStruct;

Hi,,,How do you know zhe define of ‘_FBNSCFTimerInfoStruct’ ? I am inquisitive!

@zjutwhw zjutwhw changed the title _FBNSCFTimerInfoStruct是怎么知道这个struct的? How do you know zhe define of ‘_FBNSCFTimerInfoStruct’ ? Jun 13, 2017
@stevenxiaoyang
Copy link

I can not find it in apple source,so I guess it is tested...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants