2014 snapchat source code
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
410 B

  1. // Generated by the announcer.rb DO NOT EDIT!!
  2. #import "SCManagedDeviceCapacityAnalyzerListener.h"
  3. #import <Foundation/Foundation.h>
  4. @interface SCManagedDeviceCapacityAnalyzerListenerAnnouncer : NSObject <SCManagedDeviceCapacityAnalyzerListener>
  5. - (void)addListener:(id<SCManagedDeviceCapacityAnalyzerListener>)listener;
  6. - (void)removeListener:(id<SCManagedDeviceCapacityAnalyzerListener>)listener;
  7. @end