// // Session.m // PLUCdraft // // Created by Alexander W. Moore on 2/5/15. // Copyright (c) 2015 Alexander W. Moore. All rights reserved. // #import "Session.h" @implementation Session -(void) incrementNumScanned { self.numScanned ++; } @end