📄 animatables.h
字号:
@interface Animatable : UIImageView { BOOL dormant;}- (BOOL) tick;- (BOOL) dormant;@end@interface Reward : Animatable { float posx, posy, life; UIView * view; }- (id) initWithImage: (UIImage *) img X: (float)x Y: (float)y view: (UIView *)v;@end@interface Particle: Animatable { float posx, posy, velx, vely, life; UIView * view;}- (id) initWithX: (float)x Y: (float)y view: (UIView *)v;@end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -