//
//  LifcycleActions.swift
//  CCLocation
//
//  Created by Ralf Kernchen on 29/07/2017.
//  Copyright © 2017 Crowd Connected. All rights reserved.
//

import ReSwift

struct LifeCycleAction : Action {
    let lifecycleState: LifeCycle
}
