天天省钱快报

YYFPSLabel.h 343B

123456789101112131415161718192021
  1. //
  2. // YYFPSLabel.h
  3. // YYKitExample
  4. //
  5. // Created by ibireme on 15/9/3.
  6. // Copyright (c) 2015 ibireme. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. /**
  10. Show Screen FPS...
  11. The maximum fps in OSX/iOS Simulator is 60.00.
  12. The maximum fps on iPhone is 59.97.
  13. The maxmium fps on iPad is 60.0.
  14. */
  15. @interface YYFPSLabel : UILabel
  16. @end