Retired Document
Important: This sample code may not represent best practices for current development. The project may use deprecated symbols and illustrate technologies and techniques that are no longer recommended.
SimpleStocks/APLViewController.m
// |
// APLViewController.m |
// SimpleStocks |
// |
// Created by mmalc Crawford on 30/03/2013. |
// Copyright (c) 2013 Apple Inc. All rights reserved. |
// |
#import "APLViewController.h" |
@interface APLViewController () |
@end |
@implementation APLViewController |
- (void)viewDidLoad |
{ |
[super viewDidLoad]; |
// Do any additional setup after loading the view, typically from a nib. |
} |
- (void)didReceiveMemoryWarning |
{ |
[super didReceiveMemoryWarning]; |
// Dispose of any resources that can be recreated. |
} |
@end |
Copyright © 2013 Apple Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2013-04-03