//
//  WakeupActions.swift
//  CCLocation
//
//  Created by Ralf Kernchen on 18/08/2017.
//  Copyright © 2017 Crowd Connected. All rights reserved.
//

import ReSwift

struct NotifyWakeupAction: Action {
    let ccWakeup : CCWakeup
}
