⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 animatables.h

📁 TTR的一个经典游戏
💻 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 + -