文件中就有如下这样的代码: @class UIBezierPath, UIEvent, UIWindow, UIViewController, UIColor, UIGestureRecognizer, UIMotionEffect
end 142 143 @class UIBezierPath, UIEvent, UIWindow, UIViewController, UIColor, UIGestureRecognizer, UIMotionEffect interface UIView (UIViewMotionEffects) 447 448 /** 添加运动效果,当倾斜设备时视图稍微改变其位置 */ 449 - (void)addMotionEffect:(UIMotionEffect *)effect NS_AVAILABLE_IOS(7_0); 450 451 /** 移除运动效果 */ 452 - (void)removeMotionEffect:(UIMotionEffect effect NS_AVAILABLE_IOS(7_0); 453 454 /** 所有添加的运动效果 */ 455 @property (copy, nonatomic) NSArray<__kindof UIMotionEffect