SampleHandler.h 239 B

12345678910111213
  1. //
  2. // SampleHandler.h
  3. // ScreenRecorder
  4. //
  5. // Created by Drew on 2019/9/24.
  6. // Copyright © 2019 The Chromium Authors. All rights reserved.
  7. //
  8. #import <ReplayKit/ReplayKit.h>
  9. @interface SampleHandler : RPBroadcastSampleHandler
  10. @end