Objective-C/ListerTodayOSX/AAPLTodayWidgetRequiresCloudViewController.m

/*
    Copyright (C) 2015 Apple Inc. All Rights Reserved.
    See LICENSE.txt for this sample’s licensing information
    
    Abstract:
    The \c AAPLTodayWidgetRequiresCloudViewController class is an \c NSViewController subclass that displays the "The Lister Today widget requires iCloud." row in the app extension.
*/
 
#import "AAPLTodayWidgetRequiresCloudViewController.h"
 
@implementation AAPLTodayWidgetRequiresCloudViewController
@end