Sha256: c3d4fc8b3e36a6ffa435272a69712f5612fa9387b6e2c1369e9abbdcddea79c5
Contents?: true
Size: 471 Bytes
Versions: 4
Compression:
Stored size: 471 Bytes
Contents
// Copyright (c) 2014 Google Inc. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #import "InterfaceController.h" @implementation InterfaceController - (instancetype)initWithContext:(id)context { if ((self = [super initWithContext:context])) { // -initWithContext: } return self; } - (void)willActivate { // -willActivate } - (void)didDeactivate { // -didDeactivate } @end
Version data entries
4 entries across 4 versions & 2 rubygems