FRASplashEvents.h revision 9affd5defc354e29750f489182f60921a835aa98
9affd5defc354e29750f489182f60921a835aa98Craig McDonnell/*
9affd5defc354e29750f489182f60921a835aa98Craig McDonnell * The contents of this file are subject to the terms of the Common Development and
9affd5defc354e29750f489182f60921a835aa98Craig McDonnell * Distribution License (the License). You may not use this file except in compliance with the
9affd5defc354e29750f489182f60921a835aa98Craig McDonnell * License.
9affd5defc354e29750f489182f60921a835aa98Craig McDonnell *
9affd5defc354e29750f489182f60921a835aa98Craig McDonnell * You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
9affd5defc354e29750f489182f60921a835aa98Craig McDonnell * specific language governing permission and limitations under the License.
9affd5defc354e29750f489182f60921a835aa98Craig McDonnell *
9affd5defc354e29750f489182f60921a835aa98Craig McDonnell * When distributing Covered Software, include this CDDL Header Notice in each file and include
9affd5defc354e29750f489182f60921a835aa98Craig McDonnell * the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
9affd5defc354e29750f489182f60921a835aa98Craig McDonnell * Header, with the fields enclosed by brackets [] replaced by your own identifying
9affd5defc354e29750f489182f60921a835aa98Craig McDonnell * information: "Portions copyright [year] [name of copyright owner]".
9affd5defc354e29750f489182f60921a835aa98Craig McDonnell *
9affd5defc354e29750f489182f60921a835aa98Craig McDonnell * Copyright 2016 ForgeRock AS.
9affd5defc354e29750f489182f60921a835aa98Craig McDonnell */
9affd5defc354e29750f489182f60921a835aa98Craig McDonnell
9affd5defc354e29750f489182f60921a835aa98Craig McDonnell/*! Identifier for NSNotificationCenter event broadcast by FRASplashScreenViewController when splash screen completes. */
9affd5defc354e29750f489182f60921a835aa98Craig McDonnellextern NSString * const FRASplashScreenDidFinish;