Common/AAPLAvoidScene.h

/*
    Copyright (C) 2015 Apple Inc. All Rights Reserved.
    See LICENSE.txt for this sample’s licensing information
    
    Abstract:
    Demonstrates avoid-obstacles behavior. Click (OS X) or touch (iOS) and drag and the agent follows the mouse/touch location, but avoids passing through the red obstacles.
 */
 
#import "AAPLGameScene.h"
 
@interface AAPLAvoidScene : AAPLGameScene
@end