UIDevice+Private.h 95 B

123456
  1. @interface UIDevice (Private)
  2. @property (nonatomic, readonly) BOOL _supportsForceTouch;
  3. @end