Skip to content

Instantly share code, notes, and snippets.

View yas375's full-sized avatar

Victor Ilyukevich yas375

  • Walmart Global Tech
  • Seattle, WA
  • 22:39 (UTC -07:00)
View GitHub Profile
@yas375
yas375 / WGTitleViewSpec.m
Last active December 30, 2015 08:19 — forked from delebedev/test
#import <Kiwi/Kiwi.h>
#import "WGTitleView.h"
@interface WGTitleView ()
@property (strong, nonatomic) UILabel *titleLabel;
@property (strong, nonatomic) UILabel *subtitleLabel;
- (void)onTap:(id)sender;