ActivityFeedNavigationController.swift
470 Bytes
//
// ActivityFeedNavigationController.swift
// styleteqios
//
// Created by Allejo Chris Velarde on 10/13/16.
// Copyright © 2016 Allejo Chris Velarde. All rights reserved.
//
import Foundation
import UIKit
class ActivityFeedNavigationController: UINavigationController, AuthenticatedController
{
}
extension ActivityFeedNavigationController: LoginControllerDelegate {
func didSuccessfulLogin() {
self.loadDefaultAuthenticatedView(nil)
}
}