Skip to content

Commit

Permalink
remove inclusion of SparkEvent.h in public header with forward declar…
Browse files Browse the repository at this point in the history
…ations
  • Loading branch information
idokleinman committed Apr 8, 2016
1 parent 4ccba4d commit fed7d3e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Pod/Classes/SDK/SparkDevice.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
// limitations under the License.

#import <Foundation/Foundation.h>
#import "SparkEvent.h"

NS_ASSUME_NONNULL_BEGIN

Expand All @@ -28,6 +27,9 @@ NS_ASSUME_NONNULL_BEGIN
*/
typedef void (^SparkCompletionBlock)(NSError * _Nullable error);

@class SparkEvent;
typedef void (^SparkEventHandler)(SparkEvent * _Nullable event, NSError * _Nullable error);

typedef NS_ENUM(NSInteger, SparkDeviceType) {
SparkDeviceTypeCore=0,
SparkDeviceTypePhoton=6,
Expand Down

0 comments on commit fed7d3e

Please sign in to comment.